X-Git-Url: https://git.xinqibao.xyz/st.git/blobdiff_plain/210dda9570095443bac887c2bfcd75f2bcc23780..cc2ea3147accc342f4d411b42c8cae5b883b1224:/st.c diff --git a/st.c b/st.c index 96d45bf..4a91073 100644 --- a/st.c +++ b/st.c @@ -2320,6 +2320,8 @@ tputc(char *c, int len) { case '\a': /* BEL */ if(!(xw.state & WIN_FOCUSED)) xseturgency(1); + if (bellvolume) + XBell(xw.dpy, bellvolume); return; case '\033': /* ESC */ csireset();