1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-07-01 11:32:48 -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

@ -1,4 +1,4 @@
\versionid $Id: config.but,v 1.42 2002/09/26 18:37:33 simon Exp $
\versionid $Id: config.but,v 1.43 2002/10/20 13:23:30 simon Exp $
\C{config} Configuring PuTTY
@ -686,6 +686,11 @@ constitute an overload, how short a time period they have to arrive
in to do so, and how much silent time is required before the
overload feature will deactivate itself.
Bell overload mode is always deactivated by any keypress in the
terminal. This means it can respond to large unexpected streams of
data, but does not interfere with ordinary command-line activities
that generate beeps (such as filename completion).
\H{config-features} The Features panel
PuTTY's terminal emulation is very highly featured, and can do a lot