X-Git-Url: https://git.armaanb.net/?a=blobdiff_plain;f=st.c;h=379dd108678b3c89f166510855ffd7c30d68844b;hb=4e0135afeca43f5affe13d7269cb98e7ac526074;hp=b8e607714d2b87863ac4e8ef3b3b68164e1c6ebd;hpb=096b125db7ec254002a049ef3a5c1204bd7f0ad9;p=st.git diff --git a/st.c b/st.c index b8e6077..379dd10 100644 --- a/st.c +++ b/st.c @@ -2335,7 +2335,6 @@ tputc(Rune u) goto check_control_code; } - if (IS_SET(MODE_SIXEL)) { /* TODO: implement sixel mode */ return; @@ -2594,6 +2593,7 @@ draw(void) term.ocx, term.ocy, term.line[term.ocy][term.ocx]); term.ocx = cx, term.ocy = term.c.y; xfinishdraw(); + xximspot(term.ocx, term.ocy); } void