1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-14 23:46:10 +00:00
freebsd-ports/chinese/pine4/files/patch-ap

21 lines
542 B
Plaintext
Raw Normal View History

--- pico/main.c.orig Thu Jul 16 16:30:47 1998
+++ pico/main.c Tue Aug 4 12:42:14 1998
@@ -66,7 +66,7 @@
{ F9, (CTRL|'K')},
{ F10, (CTRL|'U')},
{ F11, (CTRL|'C')},
-#ifdef SPELLER
+#if defined(SPELLER) && !defined(__FreeBSD__)
{ F12, (CTRL|'T')}
#else
{ F12, (CTRL|'D')}
@@ -424,7 +424,7 @@
gmode ^= MDSSPD;
break;
case 'q': /* -q for termcap takes precedence */
- gmode ^= MDTCAPWINS;
+ gmode |= MDTCAPWINS;
break;
case 'w': /* -w turn off word wrap */
gmode ^= MDWRAP;