summaryrefslogtreecommitdiffstats
path: root/chinese/pine4/files/patch-ap
blob: 08b06bcef213b587774e5e5805c6225d7bce460f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
--- pico/main.c.orig	Fri Sep 24 05:44:10 1999
+++ pico/main.c	Thu Oct 14 10:53:41 1999
@@ -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')}
@@ -459,7 +459,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;
OpenPOWER on IntegriCloud