diff options
Diffstat (limited to 'chinese/pine4/files/patch-bm')
-rw-r--r-- | chinese/pine4/files/patch-bm | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/chinese/pine4/files/patch-bm b/chinese/pine4/files/patch-bm index 56a4b32312a8..9900700c1630 100644 --- a/chinese/pine4/files/patch-bm +++ b/chinese/pine4/files/patch-bm @@ -1,5 +1,5 @@ ---- pine/status.c.orig Sat Jun 27 07:36:34 1998 -+++ pine/status.c Tue Aug 4 12:42:22 1998 +--- pine/status.c.orig Thu Jul 8 07:42:17 1999 ++++ pine/status.c Thu Oct 14 10:53:45 1999 @@ -72,7 +72,7 @@ static struct key modal_message_keys[] = {NULL_MENU, @@ -9,7 +9,7 @@ NULL_MENU, NULL_MENU, NULL_MENU, -@@ -931,8 +931,8 @@ +@@ -1022,8 +1022,8 @@ * want_to's array passed to radio_buttions... */ static ESCKEY_S yorn[] = { @@ -20,7 +20,7 @@ {-1, 0, NULL, NULL} }; -@@ -1139,7 +1139,7 @@ +@@ -1232,7 +1232,7 @@ memset(fkey_table, NO_OP_COMMAND, 12 * sizeof(int)); if(help_text != NO_HELP){ /* if shown, always at position 0 */ rb_keymenu.keys[0].name = "?"; @@ -29,7 +29,7 @@ setbitn(0, bitmap); fkey_table[0] = ctrl('G'); start++; -@@ -1147,7 +1147,7 @@ +@@ -1240,7 +1240,7 @@ if(on_ctrl_C){ /* if shown, always at position 1 */ rb_keymenu.keys[1].name = "^C"; |