st
simple terminal
git clone https://9o.is/git/st.git
commit 202589f6ac9b33b42f8f0bc959b5d6625d6e16eb parent eef274855732eca5a044136dd32c30d99b516feb Author: Christoph Lohmann <20h@r-36.net> Date: Mon, 5 Oct 2015 21:18:34 +0200 When the cursor is moved, clear the selection. Diffstat:
| M | st.c | | | 1 | + |
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/st.c b/st.c @@ -1811,6 +1811,7 @@ tmoveto(int x, int y) { int miny, maxy; + selclear(NULL); if (term.c.state & CURSOR_ORIGIN) { miny = term.top; maxy = term.bot;