---
st.c | 13 +++++++++++++
1 file changed, 13 insertions(+)
diff --git a/st.c b/st.c
index 37f38c546476..e9fea17d3cc2 100644
--- a/st.c
+++ b/st.c
_AT_@ -1967,6 +1967,19 @@ strhandle(void)
tfulldirt();
}
return;
+ case 110:
+ case 111:
+ case 112:
+ if (narg != 1)
+ break;
+ if ((j = par - 110) < 0 || j >= LEN(osc_table))
+ break; /* shouldn't be possible */
+ if (xsetcolorname(osc_table[j].idx, NULL)) {
+ fprintf(stderr, "erresc: %s color not found\n", osc_table[j].str);
+ } else {
+ tfulldirt();
+ }
+ return;
}
break;
case 'k': /* old title set compatibility */
--
2.50.1
Received on Fri Aug 08 2025 - 23:11:59 CEST
This archive was generated by hypermail 2.3.0 : Sat Aug 09 2025 - 04:48:33 CEST