blob: dbddb41bee95547c696f3edfaf7f09e20fcac682 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
|
--- xc/programs/xterm/util.c.orig 2003-03-18 00:24:46.000000000 +0000
+++ xc/programs/xterm/util.c 2003-03-18 00:21:37.000000000 +0000
@@ -1336,7 +1336,7 @@
}
#endif
ReverseOldColors();
- update_reversevideo();
+ // update_reversevideo();
}
void
@@ -2111,10 +2111,12 @@
{
+ /*
update_delete_del();
update_old_fkeys();
update_hp_fkeys();
update_sco_fkeys();
update_sun_fkeys();
update_sun_kbd();
+ */
}
void
@@ -2145,8 +2147,8 @@
}
if (save != term->keyboard.type) {
- update_keyboard_type();
- }
+ //update_keyboard_type();
+ }
}
void
|