Added some more compatibility modes

This commit is contained in:
luxferre
2023-07-28 14:02:41 +03:00
parent b4b44fa814
commit 6c39fdfe74
2 changed files with 1 additions and 2 deletions
+1 -1
View File
@@ -44,7 +44,7 @@
#define CURSHOW ""
#define CURHIDE ""
#define ALTBUFON ""
#define ALTBUFOFF ""
#define ALTBUFOFF CLS /* if no altbuf, then clear the screen */
#else
#define CURSHOW "\x1b[?25h" /* show the cursor */
#define CURHIDE "\x1b[?25l" /* hide the cursor */