1998-08-09 00:51:28 +00:00
|
|
|
|
--- pico/file.c.orig Fri Jul 17 08:11:52 1998
|
|
|
|
|
+++ pico/file.c Tue Aug 4 12:42:14 1998
|
|
|
|
|
@@ -137,13 +137,13 @@
|
|
|
|
|
|
|
|
|
|
menu_ins[last_menu].name = "^T";
|
|
|
|
|
menu_ins[last_menu].key = (CTRL|'T');
|
|
|
|
|
- menu_ins[last_menu].label = "To Files";
|
|
|
|
|
+ menu_ins[last_menu].label = "<22>ɮצC<D7A6><43>";
|
|
|
|
|
KS_OSDATASET(&menu_ins[last_menu], KS_NONE);
|
|
|
|
|
|
|
|
|
|
if(Pmaster && Pmaster->msgntext){
|
|
|
|
|
menu_ins[++last_menu].name = "^W";
|
|
|
|
|
menu_ins[last_menu].key = (CTRL|'W');
|
|
|
|
|
- menu_ins[last_menu].label = msg ? "InsertFile" : "InsertMsg";
|
|
|
|
|
+ menu_ins[last_menu].label = msg ? "<22><><EFBFBD>J<EFBFBD>ɮ<EFBFBD>" : "<22><><EFBFBD>J<EFBFBD>T<EFBFBD><54>";
|
|
|
|
|
KS_OSDATASET(&menu_ins[last_menu], KS_NONE);
|
|
|
|
|
}
|
1998-07-30 12:30:41 +00:00
|
|
|
|
|
1998-08-09 00:51:28 +00:00
|
|
|
|
@@ -159,26 +159,25 @@
|
|
|
|
|
if(gmode & MDCMPLT){
|
|
|
|
|
menu_ins[++last_menu].name = msg ? "" : "TAB";
|
|
|
|
|
menu_ins[last_menu].key = (CTRL|'I');
|
|
|
|
|
- menu_ins[last_menu].label = msg ? "" : "Complete";
|
|
|
|
|
+ menu_ins[last_menu].label = msg ? "" : "<22><><EFBFBD><EFBFBD>";
|
|
|
|
|
KS_OSDATASET(&menu_ins[last_menu], KS_NONE);
|
|
|
|
|
}
|
1998-07-30 12:30:41 +00:00
|
|
|
|
|
1998-08-09 00:51:28 +00:00
|
|
|
|
menu_ins[++last_menu].name = NULL;
|
1998-07-30 12:30:41 +00:00
|
|
|
|
}
|
|
|
|
|
|
1998-08-09 00:51:28 +00:00
|
|
|
|
- sprintf(prompt, "%s to insert from %s %s: ",
|
|
|
|
|
- msg ? "Number of message" : "File",
|
|
|
|
|
- (msg || (gmode&MDCURDIR)) ? "current"
|
|
|
|
|
+ sprintf(prompt, "<22><>%s%s<><73><EFBFBD>J<EFBFBD><4A>%s<>G",
|
|
|
|
|
+ (msg || (gmode&MDCURDIR)) ? "<22>ثe<D8AB><65>"
|
|
|
|
|
: (gmode&MDTREE) ? opertree
|
|
|
|
|
- : "home",
|
|
|
|
|
- msg ? "folder" : "directory");
|
|
|
|
|
+ : "<22>a",
|
|
|
|
|
+ msg ? "<22>ɮקX" : "<22>ؿ<EFBFBD>", msg ? "<22>H<EFBFBD><48><EFBFBD>s<EFBFBD><73>" : "<22>ɮ<EFBFBD>");
|
|
|
|
|
s = mlreplyd(prompt, fname, NFILEN, QDEFLT, msg ? NULL : menu_ins);
|
|
|
|
|
/* something to read and it was edited or the default accepted */
|
|
|
|
|
if(fname[0] && (s == TRUE || s == FALSE)){
|
|
|
|
|
bye++;
|
|
|
|
|
if(msg){
|
|
|
|
|
if((*Pmaster->msgntext)(atol(fname), insmsgchar))
|
|
|
|
|
- emlwrite("Message %s included", fname);
|
|
|
|
|
+ emlwrite("<22>H<EFBFBD><48> %s <20>w<EFBFBD>t<EFBFBD>J", fname);
|
1998-07-30 12:30:41 +00:00
|
|
|
|
}
|
1998-08-09 00:51:28 +00:00
|
|
|
|
else{
|
|
|
|
|
bye++;
|