lynx-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Lynx-dev] lynx blinking after terminal window resizing


From: mark zaharov
Subject: Re: [Lynx-dev] lynx blinking after terminal window resizing
Date: Sun, 12 Jun 2022 03:16:40 +0300

here is the solution which my friend provides. He said it works well with 
slang and this bug exists for ncurces only.
--- lynx-2.9.0dev.10.orig/src/LYStrings.c       2021-10-24 12:05:19.000000000 
+0300
+++ lynx-2.9.0dev.10/src/LYStrings.c    2022-06-11 23:58:18.946192456 +0300
@@ -2250,7 +2250,7 @@
                    recent_sizechange));
 #endif /* HAVE_SIZECHANGE || USE_SLANG */
            if (!recent_sizechange) {
-#if defined(NCURSES)
+#if defined(NCURSES) && 0
                /*
                 * Work-around for scenario (Linux libc5) where we got a
                 * recent sizechange before reading KEY_RESIZE.  If we do



Отправлено с iPhone

reply via email to

[Prev in Thread] Current Thread [Next in Thread]