[BACK]Return to key-bindings.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / tmux

Diff for /src/usr.bin/tmux/key-bindings.c between version 1.45 and 1.46

version 1.45, 2015/04/20 15:34:56 version 1.46, 2015/04/21 15:34:32
Line 221 
Line 221 
                 "bind -n MouseDown1Pane select-pane -t=\\; send-keys -M",                  "bind -n MouseDown1Pane select-pane -t=\\; send-keys -M",
                 "bind -n MouseDrag1Border resize-pane -M",                  "bind -n MouseDrag1Border resize-pane -M",
                 "bind -n MouseDown1Status select-window -t=",                  "bind -n MouseDown1Status select-window -t=",
                 "bind -n MouseDrag1Pane copy-mode -M",                  "bind -n MouseDrag1Pane if -Ft= '#{mouse_any_flag}' 'if -Ft= \"#{pane_in_mode}\" \"copy-mode -M\" \"send-keys -M\"' 'copy-mode -M'",
         };          };
         u_int            i;          u_int            i;
         struct cmd_list *cmdlist;          struct cmd_list *cmdlist;

Legend:
Removed from v.1.45  
changed lines
  Added in v.1.46