X-Git-Url: https://git.xinqibao.xyz/st.git/blobdiff_plain/3af49e34f666554fcd52a52a7ca15f3e7eafa197..29b209f5f55c80e457a5a913a463bd24f8e307e9:/st.c?ds=inline diff --git a/st.c b/st.c index 2767d54..bb80321 100644 --- a/st.c +++ b/st.c @@ -1685,6 +1685,9 @@ tputc(char *c, int len) { tnewline(IS_SET(MODE_CRLF)); return; case '\a': + if(term.esc & ESC_STR) + break; + if(!(xw.state & WIN_FOCUSED)) xseturgency(1); return;