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:
@ -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':
|
||||
|
Reference in New Issue
Block a user