1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-07-06 22:12:47 -05:00

Implement Richard's really clever idea about bell overload mode:

it's automatically deactivated by any keypress, so that command-line
beeps from (e.g.) filename completion don't suddenly stop occurring,
but it still provides a rapid response to an accidental spewing of a
binary to your terminal.

[originally from svn r2107]
This commit is contained in:
Simon Tatham
2002-10-20 13:23:30 +00:00
parent de8789b8f2
commit 07878d8b7c
6 changed files with 62 additions and 17 deletions

View File

@ -786,7 +786,7 @@ gint key_event(GtkWidget *widget, GdkEventKey *event, gpointer data)
ldisc_send(output+start, end-start, 1);
show_mouseptr(0);
seen_key_event = 1;
term_seen_key_event();
term_out();
}