summaryrefslogtreecommitdiffstats
path: root/htop.c
diff options
context:
space:
mode:
authorHisham Muhammad <hisham@gobolinux.org>2010-11-24 18:43:31 +0000
committerHisham Muhammad <hisham@gobolinux.org>2010-11-24 18:43:31 +0000
commit4367e64b1d093fe6e93c5fe81c06952d9f66038c (patch)
treec93f0cee2858946e4b2ee0932cf27f864e5e62e8 /htop.c
parent3e7822d660f29d2bd1a1ad6ad1bd4326e66f075f (diff)
Fix online help!
Diffstat (limited to 'htop.c')
-rw-r--r--htop.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/htop.c b/htop.c
index 0cc5eebc..5cb2781a 100644
--- a/htop.c
+++ b/htop.c
@@ -140,10 +140,10 @@ static void showHelp(ProcessList* pl) {
mvaddstr(11, 0, " F3 /"); mvaddstr(11,40, " H");
mvaddstr(12,40, " K");
mvaddstr(13, 0, " Space"); mvaddstr(13,40, " F");
- mvaddstr(14, 0, " U");
+ mvaddstr(14, 0, " U"); mvaddstr(14,40, " + -");
mvaddstr(15, 0, " F9 k"); mvaddstr(15,40, " P");
- mvaddstr(16, 0, " + [ F7"); mvaddstr(16,40, " M");
- mvaddstr(17, 0, " - ] F8"); mvaddstr(17,40, " T");
+ mvaddstr(16, 0, " [ F7"); mvaddstr(16,40, " M");
+ mvaddstr(17, 0, " ] F8"); mvaddstr(17,40, " T");
mvaddstr(18,40, " F4 I");
#if HAVE_PLPA
if (pl->cpuCount > 1)

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