1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-07-15 18:17:32 -05:00

Make beep optional - thanks to Antal Novak

[originally from svn r507]
[this commit reordered to come after creation of 0.49 tag]
This commit is contained in:
Simon Tatham
2000-06-24 17:00:49 +00:00
parent 2832ef1e75
commit 7a01fd48b6
5 changed files with 12 additions and 1 deletions

View File

@ -151,6 +151,7 @@ typedef struct {
int alt_space; /* is it special? */
int ldisc_term;
int blink_cur;
int beep;
/* Terminal options */
int savelines;
int dec_om;