1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-04-09 15:18:06 -05:00

Consider bells as a display event.

[originally from svn r3329]
This commit is contained in:
Owen Dunn 2003-07-05 11:35:33 +00:00
parent 5bd604f53f
commit 893c432a77

View File

@ -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 */