X-Git-Url: https://git.danieliu.xyz/?a=blobdiff_plain;f=st.c;h=d35f89d60f425fffcd5f9ff8edd7e06fda774b06;hb=75b4ba4b4be70a3ae429b1719d18b021839216d5;hp=b8e607714d2b87863ac4e8ef3b3b68164e1c6ebd;hpb=096b125db7ec254002a049ef3a5c1204bd7f0ad9;p=st.git diff --git a/st.c b/st.c index b8e6077..d35f89d 100644 --- a/st.c +++ b/st.c @@ -1575,6 +1575,7 @@ tsetmode(int priv, int set, int *args, int narg) case 1015: /* urxvt mangled mouse mode; incompatible and can be mistaken for other control codes. */ + break; default: fprintf(stderr, "erresc: unknown private set/reset mode %d\n", @@ -2335,7 +2336,6 @@ tputc(Rune u) goto check_control_code; } - if (IS_SET(MODE_SIXEL)) { /* TODO: implement sixel mode */ return; @@ -2594,6 +2594,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