Clement Tsang
Clement Tsang
Might add it along with other border selection features when I have some time. The code isn't too hard, just there's other stuff I want to tackle first.
@ShalokShalom no, not at the moment.
No, that is also not a supported feature at the moment.
@ShalokShalom file it as a separate feature request. It is unrelated to the issue here.
That one is specifically asking for I/O graphs, while this is asking for visualization of other stats.
Not sure if I can detect Braille font support specifically, but I can perhaps detect Unicode support at the very least. If that works out I'll probably also add/change some...
@felix91gr That's usually caused by the terminal not having a braille font to fall back to. Have they tried looking at https://clementtsang.github.io/bottom/0.8.0/troubleshooting/#the-graph-points-look-brokenstrange? For Linux, https://github.com/cjbassi/gotop/issues/18 might be helpful (it's unfortunately...
In regards to the tree comment, I already now show all parents/children on search on the master branch.
Hmm, maybe it might be easier to make a tree-specific search keyword to show siblings then? Just spitballing.
Recently tried using the [portable_pty crate](https://docs.rs/portable-pty/latest/portable_pty/) (commit [here](https://github.com/ClementTsang/bottom/pull/1383/commits/860e5c2a0af5e594368282c2bc8aaee3e711d379)) to test a TUI application; nextest seems to work with it.