[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.53 and 1.54

version 1.53, 2015/10/27 09:15:21 version 1.54, 2015/11/05 11:05:30
Line 226 
Line 226 
                 "bind -n WheelDownStatus next-window",                  "bind -n WheelDownStatus next-window",
                 "bind -n WheelUpStatus previous-window",                  "bind -n WheelUpStatus previous-window",
                 "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 if-shell -Ft= '#{mouse_any_flag}' 'select-pane -t=; send-keys -M' '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 -et=\"'",                  "bind -n WheelUpPane if-shell -Ft= '#{mouse_any_flag}' 'send-keys -M' 'if -Ft= \"#{pane_in_mode}\" \"send-keys -M\" \"copy-mode -et=\"'",
         };          };
         u_int            i;          u_int            i;

Legend:
Removed from v.1.53  
changed lines
  Added in v.1.54