X-Git-Url: https://git.hcoop.net/bpt/emacs.git/blobdiff_plain/fc4f24da5c464976f2d4be1370ee1121a86bd5c4..97f3b3d6e9f5524a01443f9352737013be4fc6ae:/src/term.c diff --git a/src/term.c b/src/term.c index 911f9f1fee..954263c6f0 100644 --- a/src/term.c +++ b/src/term.c @@ -40,7 +40,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #define OUTPUT_IF(a) { if (a) tputs (a, FRAME_HEIGHT (selected_frame) - curY, cmputc); } #define OUTPUT1_IF(a) { if (a) tputs (a, 1, cmputc); } -/* Terminal charateristics that higher levels want to look at. +/* Terminal characteristics that higher levels want to look at. These are all extern'd in termchar.h */ int must_write_spaces; /* Nonzero means spaces in the text @@ -1255,7 +1255,7 @@ term_get_fkeys (address) /* The uses of the "k0" capability are inconsistent; sometimes it describes F10, whereas othertimes it describes F0 and "k;" describes F10. - We will attempt to politely accomodate both systems by testing for + We will attempt to politely accommodate both systems by testing for "k;", and if it is present, assuming that "k0" denotes F0, otherwise F10. */ { @@ -1321,7 +1321,7 @@ term_get_fkeys (address) /* if there's no key_next keycap, map key_npage to `next' keysym */ CONDITIONAL_REASSIGN ("%5", "kN", "next"); /* if there's no key_prev keycap, map key_ppage to `previous' keysym */ - CONDITIONAL_REASSIGN ("%8", "kP", "previous"); + CONDITIONAL_REASSIGN ("%8", "kP", "prior"); /* if there's no key_dc keycap, map key_ic to `insert' keysym */ CONDITIONAL_REASSIGN ("kD", "kI", "insert"); #undef CONDITIONAL_REASSIGN