Added some more compatibility modes
This commit is contained in:
@@ -162,4 +162,3 @@ Because nne is expected to be equally accessible when distributed in all forms:
|
|||||||
Created by Luxferre in 2023. Released into public domain.
|
Created by Luxferre in 2023. Released into public domain.
|
||||||
|
|
||||||
Made in Ukraine.
|
Made in Ukraine.
|
||||||
|
|
||||||
|
|||||||
@@ -44,7 +44,7 @@
|
|||||||
#define CURSHOW ""
|
#define CURSHOW ""
|
||||||
#define CURHIDE ""
|
#define CURHIDE ""
|
||||||
#define ALTBUFON ""
|
#define ALTBUFON ""
|
||||||
#define ALTBUFOFF ""
|
#define ALTBUFOFF CLS /* if no altbuf, then clear the screen */
|
||||||
#else
|
#else
|
||||||
#define CURSHOW "\x1b[?25h" /* show the cursor */
|
#define CURSHOW "\x1b[?25h" /* show the cursor */
|
||||||
#define CURHIDE "\x1b[?25l" /* hide the cursor */
|
#define CURHIDE "\x1b[?25l" /* hide the cursor */
|
||||||
|
|||||||
Reference in New Issue
Block a user