From 11b45308c35e04488ddf6fd0da6b11b40089973d Mon Sep 17 00:00:00 2001 From: nishi Date: Fri, 2 Feb 2024 05:37:04 +0000 Subject: [PATCH] w3b git-svn-id: file:///raid/svn-main/nishi-libw3/trunk@161 d27a3e52-49c5-7645-884c-6793ebffc270 --- Example/w3b/w3b.c | 3 +++ W3Version.h.p | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/Example/w3b/w3b.c b/Example/w3b/w3b.c index 9b7c232..83963a3 100644 --- a/Example/w3b/w3b.c +++ b/Example/w3b/w3b.c @@ -424,6 +424,9 @@ int main(int argc, char** argv) { } if(c != '\n' && c != '\r') { printf("\x1b[%d;1H(O)pen, (Q)uit", termh); + if(acc){ + printf(", Go (u)p, Go (d)own"); + } printf("? "); fflush(stdout); } diff --git a/W3Version.h.p b/W3Version.h.p index 0af4010..1046e1e 100644 --- a/W3Version.h.p +++ b/W3Version.h.p @@ -6,7 +6,7 @@ extern "C" { #endif -#define LIBW3_VERSION "2.2H" \ +#define LIBW3_VERSION "2.2I" \ SUFFIX #ifdef __cplusplus -- 2.43.0