mirror of https://github.com/xzeldon/htop.git
Shorten keyboard help to fit default screen width
This commit is contained in:
parent
1e57cab605
commit
525d37d6a4
2
Action.c
2
Action.c
|
@ -447,7 +447,7 @@ static const struct {
|
|||
{ .key = " H: ", .info = "hide/show user process threads" },
|
||||
{ .key = " K: ", .info = "hide/show kernel threads" },
|
||||
{ .key = " F: ", .info = "cursor follows process" },
|
||||
{ .key = " + - *: ", .info = "expand/collapse tree (* = toggle all)" },
|
||||
{ .key = " + - *: ", .info = "expand/collapse tree/toggle all" },
|
||||
{ .key = "N P M T: ", .info = "sort by PID, CPU%, MEM% or TIME" },
|
||||
{ .key = " I: ", .info = "invert sort order" },
|
||||
{ .key = " F6 > .: ", .info = "select sort column" },
|
||||
|
|
Loading…
Reference in New Issue