summaryrefslogtreecommitdiffstats
path: root/CRT.h
diff options
context:
space:
mode:
authorSahil Siddiq <icegambit91@gmail.com>2023-05-22 11:09:11 +0530
committerBenBE <BenBE@geshi.org>2023-05-22 12:07:16 +0200
commitdc883b2910f1feea7806fa5109916f9e1ae0d030 (patch)
tree5c8f0f0c6d654db44c8ca5a429e3a0d52c3b0956 /CRT.h
parent87db37966a8969a931fd49ebc2f9709bd27290d9 (diff)
Logic to retain screen and other changes
* Retain htop screen after quitting * Pass additional flag to CRT_init()
Diffstat (limited to 'CRT.h')
-rw-r--r--CRT.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/CRT.h b/CRT.h
index ae78c9c5..f5fd9452 100644
--- a/CRT.h
+++ b/CRT.h
@@ -197,7 +197,7 @@ void CRT_setMouse(bool enabled);
#define CRT_setMouse(enabled)
#endif
-void CRT_init(const Settings* settings, bool allowUnicode);
+void CRT_init(const Settings* settings, bool allowUnicode, bool retainScreenOnExit);
void CRT_done(void);

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