aboutsummaryrefslogtreecommitdiffstats
path: root/CRT.h
diff options
context:
space:
mode:
authorDaniel Lange <DLange@git.local>2023-02-05 04:25:56 +0100
committerDaniel Lange <DLange@git.local>2023-02-05 04:25:56 +0100
commitf288666edc9180a2e81e6655951878124f321df6 (patch)
treeda70bf44b2423f6f8e9a070c063fed79d190b489 /CRT.h
parent937052b231259a47d881d539ad5748245ef55b99 (diff)
downloaddebian_htop-f288666edc9180a2e81e6655951878124f321df6.tar.gz
debian_htop-f288666edc9180a2e81e6655951878124f321df6.tar.bz2
debian_htop-f288666edc9180a2e81e6655951878124f321df6.zip
New upstream version 3.2.2upstream/3.2.2
Diffstat (limited to 'CRT.h')
-rw-r--r--CRT.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/CRT.h b/CRT.h
index 297e896..c06d3ae 100644
--- a/CRT.h
+++ b/CRT.h
@@ -185,7 +185,11 @@ extern int CRT_scrollWheelVAmount;
extern ColorScheme CRT_colorScheme;
+#ifdef HAVE_GETMOUSE
void CRT_setMouse(bool enabled);
+#else
+#define CRT_setMouse(enabled)
+#endif
void CRT_init(const Settings* settings, bool allowUnicode);

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