patch-2.0.25 linux/drivers/char/console.c
Next file: linux/drivers/char/keyb_m68k.c
Previous file: linux/drivers/block/ide.c
Back to the patch index
Back to the overall index
- Lines: 19
- Date:
Thu Nov 7 11:25:21 1996
- Orig file:
v2.0.24/linux/drivers/char/console.c
- Orig date:
Mon Sep 2 15:18:26 1996
diff -u --recursive --new-file v2.0.24/linux/drivers/char/console.c linux/drivers/char/console.c
@@ -1446,7 +1446,8 @@
ok = tc && (c >= 32 ||
(!utf && !(((disp_ctrl ? CTRL_ALWAYS
: CTRL_ACTION) >> c) & 1)))
- && (c != 127 || disp_ctrl);
+ && (c != 127 || disp_ctrl)
+ && (c != 128+27);
if (vc_state == ESnormal && ok) {
/* Now try to find out how to display it */
@@ -1486,6 +1487,8 @@
* of an escape sequence.
*/
switch (c) {
+ case 0:
+ continue;
case 7:
if (bell_duration)
kd_mksound(bell_pitch, bell_duration);
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov