mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-14 23:46:10 +00:00
235753a06f
Submitted by: maintainer
32 lines
915 B
Plaintext
32 lines
915 B
Plaintext
--- pine/status.c.orig Tue Feb 25 05:57:40 1997
|
|
+++ pine/status.c Sat Jan 17 21:24:26 1998
|
|
@@ -829,8 +829,8 @@
|
|
* want_to's array passed to radio_buttions...
|
|
*/
|
|
static ESCKEY_S yorn[] = {
|
|
- {'y', 'y', "Y", "Yes"},
|
|
- {'n', 'n', "N", "No"},
|
|
+ {'y', 'y', "Y", "¬O"},
|
|
+ {'n', 'n', "N", "§_"},
|
|
{-1, 0, NULL, NULL}
|
|
};
|
|
|
|
@@ -1021,7 +1021,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 = "»²§U»¡©ú";
|
|
setbitn(0, bitmap);
|
|
fkey_table[0] = ctrl('G');
|
|
start++;
|
|
@@ -1029,7 +1029,7 @@
|
|
|
|
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 = "¨ú®ø";
|
|
setbitn(1, bitmap);
|
|
fkey_table[1] = ctrl('C');
|
|
start++;
|