diff options
author | Steve Price <steve@FreeBSD.org> | 1999-11-01 00:41:02 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1999-11-01 00:41:02 +0000 |
commit | 615932e68664de2677180c9b9da8acb1f98ac87d (patch) | |
tree | 87ce9df7e122c54e21f70a8b6a02b0ca279cd0ee /chinese/pine4/files/patch-ak | |
parent | Update to version 5.31. (diff) |
Update to version 4.20.
PR: 14575
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=22755
Diffstat (limited to 'chinese/pine4/files/patch-ak')
-rw-r--r-- | chinese/pine4/files/patch-ak | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/chinese/pine4/files/patch-ak b/chinese/pine4/files/patch-ak index 4c119517546a..29263ac1742b 100644 --- a/chinese/pine4/files/patch-ak +++ b/chinese/pine4/files/patch-ak @@ -1,5 +1,5 @@ ---- pico/display.c.orig Sat Jun 20 01:19:53 1998 -+++ pico/display.c Tue Sep 22 18:30:04 1998 +--- pico/display.c.orig Thu Sep 2 03:25:22 1999 ++++ pico/display.c Thu Oct 14 10:53:41 1999 @@ -71,32 +71,32 @@ * Standard pico keymenus... */ @@ -126,7 +126,7 @@ wkeyhelp(menu_compose); #ifdef _WINDOWS /* When alt editor is available "Where is" is not on the menu -@@ -1150,11 +1150,11 @@ +@@ -1159,11 +1159,11 @@ } menu_yesno[1].name = "Y"; @@ -141,7 +141,7 @@ wkeyhelp(menu_yesno); /* paint generic menu */ sgarbk = TRUE; /* mark menu dirty */ if(Pmaster && curwp) -@@ -1168,7 +1168,7 @@ +@@ -1177,7 +1177,7 @@ switch(GetKey()){ case (CTRL|'M') : /* default */ if(dflt >= 0){ @@ -150,7 +150,7 @@ rv = dflt; } else -@@ -1185,14 +1185,14 @@ +@@ -1194,14 +1194,14 @@ case 'y' : case 'Y' : case F3 : @@ -167,7 +167,7 @@ rv = FALSE; break; -@@ -1320,7 +1320,7 @@ +@@ -1329,7 +1329,7 @@ #endif menu_mlreply[0].name = "^G"; @@ -176,7 +176,7 @@ KS_OSDATASET(&menu_mlreply[0], KS_SCREENHELP); for(j = 0, i = 1; i < 6; i++){ /* insert odd extras */ menu_mlreply[i].name = NULL; -@@ -1340,7 +1340,7 @@ +@@ -1349,7 +1349,7 @@ } menu_mlreply[6].name = "^C"; |