summaryrefslogtreecommitdiffstats
path: root/screen.c
diff options
context:
space:
mode:
authornicm <nicm>2014-11-06 09:17:25 +0000
committernicm <nicm>2014-11-06 09:17:25 +0000
commite4bf1e5128a6981b47258e1865eb5416d59fe819 (patch)
treeb954141358062a4592db6269d7a521100545fc19 /screen.c
parent79f52825b58e89404b43cb8d466d04a520de4511 (diff)
Add V for select line with vi(1) keys. From Juho Pohjala.
Diffstat (limited to 'screen.c')
-rw-r--r--screen.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/screen.c b/screen.c
index 5ef18a27..3e3cac53 100644
--- a/screen.c
+++ b/screen.c
@@ -269,6 +269,7 @@ screen_clear_selection(struct screen *s)
struct screen_sel *sel = &s->sel;
sel->flag = 0;
+ sel->lineflag = LINE_SEL_NONE;
}
/* Check if cell in selection. */