aboutsummaryrefslogtreecommitdiff
path: root/chinese/pine4/files/patch-ar
diff options
context:
space:
mode:
Diffstat (limited to 'chinese/pine4/files/patch-ar')
-rw-r--r--chinese/pine4/files/patch-ar11
1 files changed, 0 insertions, 11 deletions
diff --git a/chinese/pine4/files/patch-ar b/chinese/pine4/files/patch-ar
deleted file mode 100644
index 2124b48d896b..000000000000
--- a/chinese/pine4/files/patch-ar
+++ /dev/null
@@ -1,11 +0,0 @@
---- 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;