Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions st.c
Original file line number Diff line number Diff line change
Expand Up @@ -2014,6 +2014,10 @@ strhandle(void)
if (narg > 1)
xsettitle(strescseq.args[1]);
return;
/* NOTE: 2024-05-14 (yama):
Not entirely sure how and why this single line fixes the
`erresc: unknown str ESC]8` issue */
case 8:
case 52:
if (narg > 2 && allowwindowops) {
dec = base64dec(strescseq.args[2]);
Expand Down