[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.50 and 1.51

version 1.50, 2015/06/05 08:14:16 version 1.51, 2015/10/21 11:13:47
Line 225 
Line 225 
                 "bind -n MouseDown1Status select-window -t=",                  "bind -n MouseDown1Status select-window -t=",
                 "bind -n MouseDrag1Pane if -Ft= '#{mouse_any_flag}' 'if -Ft= \"#{pane_in_mode}\" \"copy-mode -M\" \"send-keys -M\"' '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'",
                 "bind -n MouseDown3Pane select-pane -mt=",                  "bind -n MouseDown3Pane select-pane -mt=",
                   "bind -n WheelUpPane if-shell -Ft= '#{mouse_any_flag}' 'send-keys -M' 'if -Ft= \"#{pane_in_mode}\" \"send-keys -M\" \"copy-mode -e\"'",
         };          };
         u_int            i;          u_int            i;
         struct cmd_list *cmdlist;          struct cmd_list *cmdlist;

Legend:
Removed from v.1.50  
changed lines
  Added in v.1.51