diff options
author | dawes <dawes> | 1999-04-11 13:10:23 +0000 |
---|---|---|
committer | dawes <dawes> | 1999-04-11 13:10:23 +0000 |
commit | 1c330c980d849b2e7e6732d4d0ce9d46aeca795a (patch) | |
tree | 4d24189dcc73d8aa91959a9a1635675ff29c9e12 /programs/xterm/input.c | |
parent | 8b1c9e84cf1ce699dc009e36cdb9b3ccc086fa2d (diff) |
#2647-2665,2668
Diffstat (limited to 'programs/xterm/input.c')
-rw-r--r-- | programs/xterm/input.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/programs/xterm/input.c b/programs/xterm/input.c index 31109c707..fbacc0d2f 100644 --- a/programs/xterm/input.c +++ b/programs/xterm/input.c @@ -1,6 +1,6 @@ /* * $XConsortium: input.c /main/21 1996/04/17 15:54:23 kaleb $ - * $XFree86: xc/programs/xterm/input.c,v 3.28 1999/03/14 03:22:36 dawes Exp $ + * $XFree86: xc/programs/xterm/input.c,v 3.29 1999/03/28 15:33:18 dawes Exp $ */ /* @@ -453,6 +453,9 @@ Input ( dec_code = decfuncvalue(keysym); if ((event->state & ShiftMask) +#if OPT_SUNPC_KBD + && sunKeyboard +#endif && ((string = udk_lookup(dec_code, &nbytes)) != 0)) { while (nbytes-- > 0) unparseputc(*string++, pty); |