]> Sergey Matveev's repositories - st.git/blobdiff - st.c
Vt escape sequences allow escape sequences in escape sequences and escape
[st.git] / st.c
diff --git a/st.c b/st.c
index 2767d54b47e222901095fdbd1f6ed6c1180aa5b9..bb8032130aebccb432807b2e8a7ff42db93b702d 100644 (file)
--- 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;