mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
615932e686
PR: 14575 Submitted by: maintainer
12 lines
336 B
Plaintext
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;
|