patch: ligatures-scrollback-ringbuffer
This commit is contained in:
3
st.c
3
st.c
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user