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

6
tmux.h
View File

@ -712,6 +712,12 @@ LIST_HEAD(joblist, job);
struct screen_sel {
int flag;
int rectflag;
enum {
LINE_SEL_NONE,
LINE_SEL_LEFT_RIGHT,
LINE_SEL_RIGHT_LEFT,
} lineflag;
int modekeys;
u_int sx;