Reverting OSC 10 and 11 changes ref. #30

This commit is contained in:
bakkeby 2021-07-07 09:49:57 +02:00
parent 426eca8f2e
commit b5c196f009
1 changed files with 0 additions and 4 deletions

4
st.c
View File

@ -2411,8 +2411,6 @@ strhandle(void)
else
redraw();
break;
#elif SIXEL_PATCH
ttywrite("10;rgb:0000/0000/0000", 21, 1);
return;
#endif // OSC_10_11_12_2_PATCH
case 11: /* background set */
@ -2426,8 +2424,6 @@ strhandle(void)
else
redraw();
break;
#elif SIXEL_PATCH
ttywrite("11;rgb:ffff/ffff/ffff", 21, 1);
return;
#endif // OSC_10_11_12_2_PATCH
case 12: /* cursor color */