mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-07-01 11:32:48 -05:00
Consider bells as a display event.
[originally from svn r3329]
This commit is contained in:
@ -1697,7 +1697,7 @@ void term_out(Terminal *term)
|
||||
term_update(term);
|
||||
}
|
||||
}
|
||||
term->disptop = 0;
|
||||
term->seen_disp_event = TRUE;
|
||||
}
|
||||
break;
|
||||
case '\b': /* BS: Back space */
|
||||
|
Reference in New Issue
Block a user