X-Git-Url: https://jasonwoof.com/gitweb/?p=st.git;a=blobdiff_plain;f=st.c;h=73121efec841e06d5520b3c25f678a5c2325e54c;hp=f42797f0967138e854ebcdc1931f63a7fcb76e81;hb=326586ba434fb873ebdb81f385ebe838419a98a7;hpb=ae5baac932af877cb18df6853d45f033ed9b270f diff --git a/st.c b/st.c index f42797f..73121ef 100644 --- a/st.c +++ b/st.c @@ -1129,7 +1129,7 @@ xdrawcursor(void) { xclear(oldx, oldy, oldx, oldy); /* draw the new one */ - if(!(term.c.state & CURSOR_HIDE)) { + if(!(term.c.state & CURSOR_HIDE) && xw.hasfocus) { xdraws(&g.c, g, term.c.x, term.c.y, 1); oldx = term.c.x, oldy = term.c.y; } @@ -1216,6 +1216,7 @@ void focus(XEvent *ev) { if((xw.hasfocus = ev->type == FocusIn)) xseturgency(0); + draw(SCREEN_UPDATE); } char*