aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog5
-rw-r--r--src/macterm.c2
2 files changed, 6 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 4608db9e3b6..50149a01f05 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,8 @@
12002-10-04 Steven Tamm <steventamm@mac.com>
2
3 * macterm.c (keycode_to_xkeysym_table): Change return to be
4 treated like an X keysym
5
12002-10-03 Jan D. <jan.h.d@swipnet.se> 62002-10-03 Jan D. <jan.h.d@swipnet.se>
2 7
3 * xterm.c (XTread_socket): For ConfigureNotify, with x and y == 0, 8 * xterm.c (XTread_socket): For ConfigureNotify, with x and y == 0,
diff --git a/src/macterm.c b/src/macterm.c
index 705b3ec537c..09b6b9faaeb 100644
--- a/src/macterm.c
+++ b/src/macterm.c
@@ -12534,7 +12534,7 @@ static unsigned char keycode_to_xkeysym_table[] = {
12534/* 0x00 - 0x3f */ 12534/* 0x00 - 0x3f */
12535 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 12535 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
12536 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 12536 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
12537 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 12537 0, 0, 0, 0, '\x0d', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
12538 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 12538 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
12539/* 0x40 */ 12539/* 0x40 */
12540 0, '\xae' /* kp. */, 0, '\xaa' /* kp* */, 12540 0, '\xae' /* kp. */, 0, '\xaa' /* kp* */,