cjbassi / ytop

A TUI system monitor written in Rust
MIT License
2.16k stars 84 forks source link

Always show top processes #87

Closed arjobsen closed 4 years ago

arjobsen commented 4 years ago

The Processes pane "selects" the top process when ytop is started. When that process becomes idle (or just less active), the pane scrolls down together with that process. IMO it would be better to always stick to the top of the list.

Maybe if you explicitly select one of the process (with the up/down arrows) it could follow it. But this shouldn't be default behaviour because I think we are mostly interested to see the top active processes.

cjbassi commented 4 years ago

Agreed, there's actually already an issue open for this: #53