mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
b046b62fed
PR: 7468 Submitted by: maintainer
12 lines
336 B
Plaintext
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;
|