---
 st.c |    3 +++
 1 file changed, 3 insertions(+)

diff --git a/st.c b/st.c
index 11b9b51..7e79358 100644
--- a/st.c
+++ b/st.c
@@ -1425,6 +1425,9 @@ tclearregion(int x1, int y1, int x2, int y2) {
                for(x = x1; x <= x2; x++) {
                        term.line[y][x] = term.c.attr;
                        memcpy(term.line[y][x].c, " ", 2);
+                       if(selected(x, y)) {
+                               sel.bx = -1;
+                       }
                }
        }
 }
-- 
1.7.10.4


Reply via email to