summaryrefslogtreecommitdiffstats
path: root/Settings.h
diff options
context:
space:
mode:
authorNathan Scott <nathans@redhat.com>2020-09-15 09:33:58 +1000
committerNathan Scott <nathans@redhat.com>2020-09-15 09:33:58 +1000
commitc9ecd0fa74a11278afcab063c905325873462dd2 (patch)
tree88ab7f0efeac6e8ee9e34c208f85d472f35e75bd /Settings.h
parentf6662f97fdfa6f18a9be9504018158f1353d4cd9 (diff)
Revert the vim_mode setting for now, needs a rethink
There have been too many bugs reported in vim_mode, and the proposed fixes are increasingly fragile - hence we have decided to back it out for now. For reference: https://github.com/htop-dev/htop/issues/69 https://github.com/htop-dev/htop/pull/37 https://github.com/htop-dev/htop/pull/106 The whitespace changes also arrived in commit 12805f61d not sure what that was about, but backed out as well.
Diffstat (limited to 'Settings.h')
-rw-r--r--Settings.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/Settings.h b/Settings.h
index 0188b614..e1518eca 100644
--- a/Settings.h
+++ b/Settings.h
@@ -20,7 +20,6 @@ typedef struct {
typedef struct Settings_ {
char* filename;
-
MeterColumnSettings columns[2];
ProcessField* fields;
@@ -50,7 +49,6 @@ typedef struct Settings_ {
bool accountGuestInCPUMeter;
bool headerMargin;
bool enableMouse;
- bool vimMode;
#ifdef HAVE_LIBHWLOC
bool topologyAffinity;
#endif

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