X-Git-Url: https://jasonwoof.com/gitweb/?p=st.git;a=blobdiff_plain;f=st.c;h=fb206a3354466a7caf03947067083a8577c04445;hp=548e0c29877c90b4973f1a8f05b586c59d02968c;hb=17fa1493ee0d8c53c63b3c8d1325ee38fd3192e1;hpb=a8a9e66a7d481c66bd9680ff0670c322bedd7ca7 diff --git a/st.c b/st.c index 548e0c2..fb206a3 100644 --- a/st.c +++ b/st.c @@ -3491,12 +3491,9 @@ drawregion(int x1, int y1, int x2, int y2) { int ic, ib, x, y, ox, sl; Glyph base, new; char buf[DRAW_BUF_SIZ]; - bool ena_sel = sel.ob.x != -1; + bool ena_sel = sel.ob.x != -1 && sel.alt == IS_SET(MODE_ALTSCREEN); long unicodep; - if(sel.alt != IS_SET(MODE_ALTSCREEN)) - ena_sel = 0; - if(!(xw.state & WIN_VISIBLE)) return;