Disable mouse option when support is unavailable

This commit is contained in:
nia
2021-07-14 21:07:43 +02:00
committed by BenBE
parent 2ab8fb83ba
commit e8f27ebc26
4 changed files with 14 additions and 0 deletions

View File

@ -65,7 +65,9 @@ typedef struct Settings_ {
bool updateProcessNames;
bool accountGuestInCPUMeter;
bool headerMargin;
#ifdef HAVE_GETMOUSE
bool enableMouse;
#endif
int hideFunctionBar; // 0 - off, 1 - on ESC until next input, 2 - permanently
#ifdef HAVE_LIBHWLOC
bool topologyAffinity;