diff options
Diffstat (limited to 'st.c')
-rw-r--r-- | st.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -2320,6 +2320,8 @@ tputc(char *c, int len) { | |||
2320 | case '\a': /* BEL */ | 2320 | case '\a': /* BEL */ |
2321 | if(!(xw.state & WIN_FOCUSED)) | 2321 | if(!(xw.state & WIN_FOCUSED)) |
2322 | xseturgency(1); | 2322 | xseturgency(1); |
2323 | if (bellvolume) | ||
2324 | XBell(xw.dpy, bellvolume); | ||
2323 | return; | 2325 | return; |
2324 | case '\033': /* ESC */ | 2326 | case '\033': /* ESC */ |
2325 | csireset(); | 2327 | csireset(); |