patch: ligatures-scrollback-ringbuffer

This commit is contained in:
2026-01-01 13:39:47 -05:00
parent d9fa845fc4
commit ab0590b48a
14 changed files with 1223 additions and 399 deletions

3
st.c
View File

@@ -2805,7 +2805,8 @@ draw(void)
drawregion(0, 0, term.col, term.row);
if (TSCREEN.off == 0)
xdrawcursor(cx, term.c.y, TLINE(term.c.y)[cx],
term.ocx, term.ocy, TLINE(term.ocy)[term.ocx]);
term.ocx, term.ocy, TLINE(term.ocy)[term.ocx],
TLINE(term.ocy), term.col);
term.ocx = cx;
term.ocy = term.c.y;
xfinishdraw();