st-flexipatch

My st-flexipatch configuration
git clone git://git.ethandl.dev/st-flexipatch
Log | Files | Refs | README | LICENSE

commit b5c196f0095e56b119fe5539ae6bad6c208bd499
parent 426eca8f2efa0de1c51f0cf3af118a049ecbb7c6
Author: bakkeby <bakkeby@gmail.com>
Date:   Wed,  7 Jul 2021 09:49:57 +0200

Reverting OSC 10 and 11 changes ref. #30

Diffstat:
Mst.c | 4----
1 file changed, 0 insertions(+), 4 deletions(-)

diff --git a/st.c b/st.c @@ -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 */