diff options
| author | Marcel Screm <marcel@marcelscrem.com> | 2026-01-05 16:02:48 +0100 |
|---|---|---|
| committer | Marcel Screm <marcel@marcelscrem.com> | 2026-01-05 16:02:48 +0100 |
| commit | 59d71f7a84b6f87002fab21a74f1f8f360eb136a (patch) | |
| tree | d19d2c951ba4dc09a1543fc4dc2caaa7fc007695 /st.c | |
| parent | 8cac90eb30e53bebf8b884a60b2cc75ec7c83f5f (diff) | |
added ligature patch
Diffstat (limited to 'st.c')
| -rw-r--r-- | st.c | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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(); |
