aboutsummaryrefslogtreecommitdiffstats
path: root/DisplayOptionsPanel.c
diff options
context:
space:
mode:
authorDaniel Lange <DLange@git.local>2020-09-03 12:34:39 +0200
committerDaniel Lange <DLange@git.local>2020-09-03 12:34:39 +0200
commit9dd18f5da55d0b7b13170b7b75c5d9352cd51322 (patch)
tree729c3486e14e154e67be3e95eae6f108bb112c73 /DisplayOptionsPanel.c
parent980f3c6ac003439a4cf4dc9b12f6e84f9562e565 (diff)
parent59eeadec918a955b40427a1b012992161050c939 (diff)
downloaddebian_htop-9dd18f5da55d0b7b13170b7b75c5d9352cd51322.tar.gz
debian_htop-9dd18f5da55d0b7b13170b7b75c5d9352cd51322.tar.bz2
debian_htop-9dd18f5da55d0b7b13170b7b75c5d9352cd51322.zip
Update upstream source from tag 'upstream/3.0.1'
Update to upstream version '3.0.1' with Debian dir bf77c31e054f1228026f8fb35d16e496b025a364
Diffstat (limited to 'DisplayOptionsPanel.c')
-rw-r--r--DisplayOptionsPanel.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/DisplayOptionsPanel.c b/DisplayOptionsPanel.c
index 1222d82..42375e6 100644
--- a/DisplayOptionsPanel.c
+++ b/DisplayOptionsPanel.c
@@ -100,6 +100,7 @@ DisplayOptionsPanel* DisplayOptionsPanel_new(Settings* settings, ScreenManager*
Panel_add(super, (Object*) CheckItem_newByRef(xStrdup("Also show CPU percentage numerically"), &(settings->showCPUUsage)));
Panel_add(super, (Object*) CheckItem_newByRef(xStrdup("Also show CPU frequency"), &(settings->showCPUFrequency)));
Panel_add(super, (Object*) CheckItem_newByRef(xStrdup("Enable the mouse"), &(settings->enableMouse)));
+ Panel_add(super, (Object*) CheckItem_newByRef(xStrdup("Enable vim mode"), &(settings->vimMode)));
#ifdef HAVE_LIBHWLOC
Panel_add(super, (Object*) CheckItem_newByRef(xStrdup("Show topology when selecting affinity by default"), &(settings->topologyAffinity)));
#endif

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