~luxferre/nne

6c39fdfe74cc84e57aa755bfa3d8f4c05508c98f — luxferre 1 year, 2 months ago b4b44fa
Added some more compatibility modes
2 files changed, 1 insertions(+), 2 deletions(-)

M README.md
M nne.c
M README.md => README.md +0 -1
@@ 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.

Made in Ukraine.


M nne.c => nne.c +1 -1
@@ 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 */