mirror of
https://github.com/tmate-io/tmate.git
synced 2026-01-23 02:24:06 +00:00
Add V for select line with vi(1) keys. From Juho Pohjala.
This commit is contained in:
parent
79f52825b5
commit
e4bf1e5128
5 changed files with 78 additions and 45 deletions
1
screen.c
1
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. */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue