Patch ligatures
This commit is contained in:
12
.suckless/st/st.c.rej
Normal file
12
.suckless/st/st.c.rej
Normal file
@@ -0,0 +1,12 @@
|
||||
--- st.c
|
||||
+++ st.c
|
||||
@@ -2599,7 +2599,8 @@ draw(void)
|
||||
|
||||
drawregion(0, 0, term.col, term.row);
|
||||
xdrawcursor(cx, term.c.y, term.line[term.c.y][cx],
|
||||
- term.ocx, term.ocy, term.line[term.ocy][term.ocx]);
|
||||
+ term.ocx, term.ocy, term.line[term.ocy][term.ocx],
|
||||
+ term.line[term.ocy], term.col);
|
||||
term.ocx = cx;
|
||||
term.ocy = term.c.y;
|
||||
xfinishdraw();
|
||||
Reference in New Issue
Block a user