mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-06 20:00:46 -08:00
(XTread_socket): Handle ISO_Left_Tab.
This commit is contained in:
parent
850ebd4fab
commit
1097aea030
1 changed files with 3 additions and 0 deletions
|
|
@ -4116,6 +4116,9 @@ XTread_socket (sd, bufp, numchars, expected)
|
|||
{
|
||||
if (((keysym >= XK_BackSpace && keysym <= XK_Escape)
|
||||
|| keysym == XK_Delete
|
||||
#ifdef XK_ISO_Left_Tab
|
||||
|| keysym == XK_ISO_Left_Tab
|
||||
#endif
|
||||
|| IsCursorKey (keysym) /* 0xff50 <= x < 0xff60 */
|
||||
|| IsMiscFunctionKey (keysym) /* 0xff60 <= x < VARIES */
|
||||
#ifdef HPUX
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue