terminal: Don't output @ for ASCII NUL
Fixes visual bell in screen.
This commit is contained in:
parent
0fb797596a
commit
2a1aa4efce
@ -1802,6 +1802,8 @@ handle_special_char(struct terminal *terminal, char c)
|
||||
case '\x0F': /* SI */
|
||||
terminal->cs = terminal->g0;
|
||||
break;
|
||||
case '\0':
|
||||
break;
|
||||
default:
|
||||
return 0;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user