diff options
| -rw-r--r-- | st.c | 3 |
1 files changed, 3 insertions, 0 deletions
| @@ -1685,6 +1685,9 @@ tputc(char *c, int len) { | |||
| 1685 | tnewline(IS_SET(MODE_CRLF)); | 1685 | tnewline(IS_SET(MODE_CRLF)); |
| 1686 | return; | 1686 | return; |
| 1687 | case '\a': | 1687 | case '\a': |
| 1688 | if(term.esc & ESC_STR) | ||
| 1689 | break; | ||
| 1690 | |||
| 1688 | if(!(xw.state & WIN_FOCUSED)) | 1691 | if(!(xw.state & WIN_FOCUSED)) |
| 1689 | xseturgency(1); | 1692 | xseturgency(1); |
| 1690 | return; | 1693 | return; |
