lynx-dev
[Top][All Lists]
Advanced

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

lynx-dev Re: [-dev.12] experimental text entry fields patch (updated)


From: Kim DeVaughn
Subject: lynx-dev Re: [-dev.12] experimental text entry fields patch (updated)
Date: Wed, 6 Jan 1999 07:19:41 -0800

On Tue, Jan 05, 1999, I said:
|
|  1. After returning from the editor, the screen needs a full refresh
|     performed (manually, ^V ^L, if your cursor was still positioned in
|     the text area when ^V % was issued).  This may be dependent on the
|     lib or platform being used; I'm using slang 1.2.2 on a FreeBSD
|     2.2.8-STABLE box.

Yup.  When built using ncurses (4.2-990102), it works just fine; no manual
refreshing is needed.

The attached patchlet fixes the problem when slang is used (doesn't cause
a double refresh with ncurses, so no #ifdef is needed).

/kim

diff -uNr lynx-2.8.2-dev.12.orig/src/LYMainLoop.c 
lynx-2.8.2-dev.12+kd/src/LYMainLoop.c
--- lynx-2.8.2-dev.12.orig/src/LYMainLoop.c     Tue Jan  5 10:40:10 1999
+++ lynx-2.8.2-dev.12+kd/src/LYMainLoop.c       Tue Jan  5 21:27:29 1999
@@ -4309,6 +4309,8 @@
                                /* start screen */
                                start_curses();
 
+                               refresh_screen = TRUE;
+
                                stat (links[curdoc.link].form->filename, &B);
                                if (B.st_size > g_maxfile_size) { /* too big */
                                        HTAlert("File too big, won't be submit 
correctly");
##--eof--##

reply via email to

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