Mercurial > emacs
comparison src/xterm.c @ 3369:f7f2e724f501
Comment change.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Mon, 31 May 1993 21:58:25 +0000 |
parents | e0c2e8a2ef75 |
children | 2a646c40a4cf |
comparison
equal
deleted
inserted
replaced
3368:cb9e597ce94f | 3369:f7f2e724f501 |
---|---|
2868 if (numchars > 1) | 2868 if (numchars > 1) |
2869 { | 2869 { |
2870 if ((keysym >= XK_BackSpace && keysym <= XK_Escape) | 2870 if ((keysym >= XK_BackSpace && keysym <= XK_Escape) |
2871 || keysym == XK_Delete | 2871 || keysym == XK_Delete |
2872 || IsCursorKey (keysym) /* 0xff50 <= x < 0xff60 */ | 2872 || IsCursorKey (keysym) /* 0xff50 <= x < 0xff60 */ |
2873 || IsMiscFunctionKey (keysym) /* 0xff60 <= x < 0xff7e */ | 2873 || IsMiscFunctionKey (keysym) /* 0xff60 <= x < VARIES */ |
2874 #ifdef HPUX | 2874 #ifdef HPUX |
2875 /* This recognizes the "extended function keys". | 2875 /* This recognizes the "extended function keys". |
2876 It seems there's no cleaner way. | 2876 It seems there's no cleaner way. |
2877 Test IsModifierKey to avoid handling mode_switch | 2877 Test IsModifierKey to avoid handling mode_switch |
2878 incorrectly. */ | 2878 incorrectly. */ |