1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-07-04 04:52:47 -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

@ -676,7 +676,7 @@ void term_out(void) {
ldisc->send ("PuTTY", 5);
break;
case '\007':
beep();
if(cfg.beep) beep();
disptop = scrtop;
break;
case '\b':