Browse Source

Vt escape sequences allow escape sequences in escape sequences and escape

sequences, so we have to support escape sequences in escape sequences that
escape sequences in escape sequences – setting a title won't notify you
anymore.
master
Christoph Lohmann 12 years ago
parent
commit
29b209f5f5
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      st.c

+ 3
- 0
st.c View File

@ -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;


Loading…
Cancel
Save