correct help window
authorMazet Laurent <mazet@softndesign.org>
Sat, 11 May 2024 21:39:57 +0000 (23:39 +0200)
committerMazet Laurent <mazet@softndesign.org>
Sat, 11 May 2024 21:39:57 +0000 (23:39 +0200)
cmore.c

diff --git a/cmore.c b/cmore.c
index 508c550d92110de8db280b15d336e4fd409da99a..7ddf97e609211e456051f41b1717b1fa2f892543 100644 (file)
--- a/cmore.c
+++ b/cmore.c
@@ -165,6 +165,7 @@ void about (void)
     waitforkey ();
 
     delwin (whelp);
+    touchwin (wbody);
     wrefresh (wbody);
 }