X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=xboard.c;h=dae38f2a7b84771d5db95cb391c842703b66b42f;hb=23c979bdeba73c3b697c7c0ce87586df3c87896a;hp=acc032d65d78006b9b6f645ba0983c083ff06075;hpb=7f968f51c36d6e15fee97107ad7c5b85838c3f68;p=xboard.git diff --git a/xboard.c b/xboard.c index acc032d..dae38f2 100644 --- a/xboard.c +++ b/xboard.c @@ -7224,6 +7224,12 @@ PlayAlarmSound() } void +PlayTellSound() +{ + PlaySound(appData.soundTell); +} + +void EchoOn() { system("stty echo");