CVSROOT: /cvs Module name: src Changes by: [email protected] 2010/03/22 13:07:52
Modified files:
usr.bin/tmux : Makefile cmd-select-pane.c cmd.c key-bindings.c
tmux.1 tmux.h window.c
Removed files:
usr.bin/tmux : cmd-down-pane.c cmd-up-pane.c
Log message:
Support up, down, left, right movement through panes with -UDLR flags to
select-pane.
Also REMOVE the up- and down-pane commands: equivalent behaviour is now
available using -t :.+ and -t :.-.
