blob: dcd25aa0b9da2062d034fcc53dfd5af1c15f6e41 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
diff -dPNur xterm-225/input.c xterm-225-new/input.c
--- xterm-225/input.c 2007-03-20 00:58:54.000000000 +0100
+++ xterm-225-new/input.c 2007-04-03 01:01:44.000000000 +0200
@@ -498,7 +498,7 @@
/*
* Exclude the keys already covered by a modifier.
*/
- if (kd->is_fkey
+ if (0 && kd->is_fkey
|| IsEditFunctionKey(kd->keysym)
|| IsKeypadKey(kd->keysym)
|| IsCursorKey(kd->keysym)
|