~kris/suckless

st

b271b22fce14d80ac302d45289e3e77906f451c1 — siduck76 5 years ago ae58ff0
hide cursor on idle window
1 files changed, 1 insertions(+), 1 deletions(-)

M x.c
M x.c => x.c +1 -1
@@ 1621,7 1621,7 @@ xdrawcursor(int cx, int cy, Glyph g, int ox, int oy, Glyph og, Line line, int le
	 * It will restore the ligatures broken by the cursor. */
	xdrawline(line, 0, oy, len);

	if (IS_SET(MODE_HIDE))
        if (IS_SET(MODE_HIDE) || !IS_SET(MODE_FOCUSED))
		return;

	/*