st

simple terminal

git clone https://9o.is/git/st.git

commit 0541d2454db5fdc71d49d86792842f078edfe175
parent 21fb001352484e27f0043b64c52046e93c856a32
Author: Hiltjo Posthuma <hiltjo@codemadness.org>
Date:   Sat, 17 Mar 2018 13:48:29 +0100

selextend: clarify: !sel.mode == SEL_IDLE

Diffstat:
Mst.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/st.c b/st.c @@ -461,7 +461,7 @@ selextend(int col, int row, int type, int done) { int oldey, oldex, oldsby, oldsey, oldtype; - if (!sel.mode) + if (sel.mode == SEL_IDLE) return; if (done && sel.mode == SEL_EMPTY) { selclear();