1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-01 22:05:08 +00:00
freebsd-ports/chinese/pine4/files/patch-ar
Steve Price b046b62fed Cleanups from maintainer.
PR:		7468
Submitted by:	maintainer
1998-08-09 00:51:28 +00:00

12 lines
336 B
Plaintext

--- pico/pilot.c.orig Thu Jul 16 16:30:46 1998
+++ pico/pilot.c Tue Aug 4 12:42:15 1998
@@ -222,7 +222,7 @@
sup_keyhelp = !sup_keyhelp;
break;
case 'q': /* -q for termcap takes precedence */
- gmode ^= MDTCAPWINS;
+ gmode |= MDTCAPWINS;
break;
case 'z': /* -z to suspend */
gmode ^= MDSSPD;