1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-04 22:33:27 +00:00
freebsd-ports/chinese/pine4/files/patch-am

12 lines
605 B
Plaintext
Raw Normal View History

--- pico/edef.h.orig Thu Apr 23 07:53:44 1998
+++ pico/edef.h Tue Aug 4 12:42:14 1998
@@ -59,7 +59,7 @@
int ComposerEditing = FALSE; /* TRUE if message line is open */
int revexist = FALSE; /* does reverse video exist? */
char modecode[] = "WCSEVO"; /* letters to represent modes */
-long gmode = MDWRAP; /* global editor mode */
+long gmode = MDWRAP | MDTCAPWINS; /* global editor mode */
int sgarbf = TRUE; /* TRUE if screen is garbage */
int mpresf = FALSE; /* TRUE if message in last line */
int clexec = FALSE; /* command line execution flag */