summaryrefslogtreecommitdiffstats
path: root/Action.c
diff options
context:
space:
mode:
authorMarco Hinz <mh.codebro@gmail.com>2016-02-12 20:03:55 +0100
committerMarco Hinz <mh.codebro@gmail.com>2016-03-01 00:57:09 +0100
commit0a4a447d0d4f30848eaeb6ce242a405360ab8818 (patch)
treef401c9a2c6a4a232a5bdb97387ba1325b8fe326e /Action.c
parent03af73bbc726b92ab246ff65ae999f79715d4d00 (diff)
Add "p" to Help
Diffstat (limited to 'Action.c')
-rw-r--r--Action.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/Action.c b/Action.c
index 3b3c3b05..3fc22177 100644
--- a/Action.c
+++ b/Action.c
@@ -387,6 +387,7 @@ static struct { const char* key; const char* info; } helpLeft[] = {
{ .key = " F3 /: ", .info = "incremental name search" },
{ .key = " F4 \\: ",.info = "incremental name filtering" },
{ .key = " F5 t: ", .info = "tree view" },
+ { .key = " p: ", .info = "toggle program path" },
{ .key = " u: ", .info = "show processes of a single user" },
{ .key = " H: ", .info = "hide/show user process threads" },
{ .key = " K: ", .info = "hide/show kernel threads" },
@@ -479,8 +480,8 @@ static Htop_Reaction actionHelp(State* st) {
for (int i = 0; helpLeft[i].key; i++) { mvaddstr(9+i, 0, helpLeft[i].key); }
for (int i = 0; helpRight[i].key; i++) { mvaddstr(9+i, 40, helpRight[i].key); }
attrset(CRT_colors[PROCESS_THREAD]);
- mvaddstr(15, 32, "threads");
- mvaddstr(16, 26, "threads");
+ mvaddstr(16, 32, "threads");
+ mvaddstr(17, 26, "threads");
attrset(CRT_colors[DEFAULT_COLOR]);
attrset(CRT_colors[HELP_BOLD]);

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