diff options
Diffstat (limited to 'st.c')
| -rw-r--r-- | st.c | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -3457,7 +3457,7 @@ drawregion(int x1, int y1, int x2, int y2) { | |||
| 3457 | bool ena_sel = sel.ob.x != -1; | 3457 | bool ena_sel = sel.ob.x != -1; |
| 3458 | long unicodep; | 3458 | long unicodep; |
| 3459 | 3459 | ||
| 3460 | if(sel.alt ^ IS_SET(MODE_ALTSCREEN)) | 3460 | if(sel.alt != IS_SET(MODE_ALTSCREEN)) |
| 3461 | ena_sel = 0; | 3461 | ena_sel = 0; |
| 3462 | 3462 | ||
| 3463 | if(!(xw.state & WIN_VISIBLE)) | 3463 | if(!(xw.state & WIN_VISIBLE)) |
