1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-24 21:01:20 +00:00
freebsd-ports/chinese/pine4/files/patch-ar
Steve Price 615932e686 Update to version 4.20.
PR:		14575
Submitted by:	maintainer
1999-11-01 00:41:02 +00:00

12 lines
336 B
Plaintext

--- pico/pilot.c.orig Tue Aug 25 01:37:39 1998
+++ pico/pilot.c Thu Oct 14 10:53:42 1999
@@ -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;