From 6c39fdfe74cc84e57aa755bfa3d8f4c05508c98f Mon Sep 17 00:00:00 2001 From: luxferre Date: Fri, 28 Jul 2023 14:02:41 +0300 Subject: [PATCH] Added some more compatibility modes --- README.md | 1 - nne.c | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 053719c..ae6ddb0 100644 --- a/README.md +++ b/README.md @@ -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. - diff --git a/nne.c b/nne.c index 573863f..a1d515b 100644 --- a/nne.c +++ b/nne.c @@ -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 */