]> Nishi Git Mirror - libw3.git/commitdiff
w3b
authornishi <nishi@d27a3e52-49c5-7645-884c-6793ebffc270>
Fri, 2 Feb 2024 05:37:04 +0000 (05:37 +0000)
committernishi <nishi@d27a3e52-49c5-7645-884c-6793ebffc270>
Fri, 2 Feb 2024 05:37:04 +0000 (05:37 +0000)
git-svn-id: file:///raid/svn-main/nishi-libw3/trunk@161 d27a3e52-49c5-7645-884c-6793ebffc270

Example/w3b/w3b.c
W3Version.h.p

index 9b7c23200942a9a2e0af7f3ba59a3c471cbb3d5b..83963a398f084566143808dd5dc49f83f1b746e6 100644 (file)
@@ -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);
                }
index 0af40104e52e9cac9b5837c0660474ec26ac14b6..1046e1ebd822cf45aa74253837cd05bd95f7f06d 100644 (file)
@@ -6,7 +6,7 @@
 extern "C" {
 #endif
 
-#define LIBW3_VERSION "2.2H" \
+#define LIBW3_VERSION "2.2I" \
 SUFFIX
 
 #ifdef __cplusplus