summaryrefslogtreecommitdiffstats
path: root/CommandScreen.h
Commit message (Collapse)AuthorAgeFilesLines
* Make all required includes explicitBenny Baumann2020-10-181-0/+3
| | | | Information as seen by IWYU 0.12 + clang 9 on Linux
* Mark Object instances constChristian Göttsche2020-10-071-1/+1
|
* show selected command wrapped in a separate windowryenus2020-09-241-0/+16
For a process with a very long command, especially with many long command line arguments, inspecting the command and its arguments could become inconvenient. Meanwhile htop supports the concept of "screen", or window, which is extended here to create a dedicated "CommandScreen", making it possible to display the command of the selected process in a separate window meanwhile being wrapped into multiple lines. Another benefit of using a command screen is, the user can navigate through the wrapped lines of the command and perform actions like searching and filtering.

© 2014-2024 Faster IT GmbH | imprint | privacy policy