CVSROOT: /cvs Module name: src Changes by: n...@cvs.openbsd.org 2011/01/03 19:03:41
Modified files: usr.bin/tmux : Makefile cmd-lock-server.c cmd-select-layout.c cmd-select-pane.c cmd-select-window.c cmd-set-option.c cmd-show-options.c tmux.1 Removed files: usr.bin/tmux : cmd-last-pane.c cmd-last-window.c cmd-lock-client.c cmd-lock-session.c cmd-next-layout.c cmd-next-window.c cmd-previous-layout.c cmd-previous-window.c cmd-set-window-option.c cmd-show-window-options.c Log message: Now that parsing is common, merge some of the small, related commands together to use the same code. Also add some arguments (such as -n and -p) to some commands to match existing commands.