1998-08-09 00:51:28 +00:00
|
|
|
|
--- pine/status.c.orig Sat Jun 27 07:36:34 1998
|
|
|
|
|
+++ pine/status.c Tue Aug 4 12:42:22 1998
|
|
|
|
|
@@ -72,7 +72,7 @@
|
|
|
|
|
static struct key modal_message_keys[] =
|
|
|
|
|
{NULL_MENU,
|
|
|
|
|
NULL_MENU,
|
|
|
|
|
- {"Ret","Finished",{MC_EXIT,2,{ctrl('m'),ctrl('j')}},KS_NONE},
|
|
|
|
|
+ {"Ret","<22><><EFBFBD><EFBFBD>",{MC_EXIT,2,{ctrl('m'),ctrl('j')}},KS_NONE},
|
|
|
|
|
NULL_MENU,
|
|
|
|
|
NULL_MENU,
|
|
|
|
|
NULL_MENU,
|
|
|
|
|
@@ -931,8 +931,8 @@
|
|
|
|
|
* want_to's array passed to radio_buttions...
|
|
|
|
|
*/
|
|
|
|
|
static ESCKEY_S yorn[] = {
|
|
|
|
|
- {'y', 'y', "Y", "Yes"},
|
|
|
|
|
- {'n', 'n', "N", "No"},
|
|
|
|
|
+ {'y', 'y', "Y", "<22>O"},
|
|
|
|
|
+ {'n', 'n', "N", "<22>_"},
|
|
|
|
|
{-1, 0, NULL, NULL}
|
|
|
|
|
};
|
1998-07-30 12:30:41 +00:00
|
|
|
|
|
1998-08-09 00:51:28 +00:00
|
|
|
|
@@ -1139,7 +1139,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 = "?";
|
|
|
|
|
- rb_keymenu.keys[0].label = "Help";
|
|
|
|
|
+ rb_keymenu.keys[0].label = "<22><><EFBFBD>U<EFBFBD><55><EFBFBD><EFBFBD>";
|
|
|
|
|
setbitn(0, bitmap);
|
|
|
|
|
fkey_table[0] = ctrl('G');
|
|
|
|
|
start++;
|
|
|
|
|
@@ -1147,7 +1147,7 @@
|
1998-07-30 12:30:41 +00:00
|
|
|
|
|
1998-08-09 00:51:28 +00:00
|
|
|
|
if(on_ctrl_C){ /* if shown, always at position 1 */
|
|
|
|
|
rb_keymenu.keys[1].name = "^C";
|
|
|
|
|
- rb_keymenu.keys[1].label = "Cancel";
|
|
|
|
|
+ rb_keymenu.keys[1].label = "<22><><EFBFBD><EFBFBD>";
|
|
|
|
|
setbitn(1, bitmap);
|
|
|
|
|
fkey_table[1] = ctrl('C');
|
|
|
|
|
start++;
|