Add V for select line with vi(1) keys. From Juho Pohjala.

This commit is contained in:
nicm
2014-11-06 09:17:25 +00:00
parent 79f52825b5
commit e4bf1e5128
5 changed files with 78 additions and 45 deletions

View File

@ -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. */