CVSROOT: /cvs Module name: src Changes by: [email protected] 2010/01/19 14:27:48
Modified files:
usr.bin/tmux : cmd-new-window.c cmd.c tmux.1
Log message:
Permit !, + and - to be used for window targets to specify last window (!), or
next and previous window by number (+ and -).
Also tidy an if in cmd-new-window.c.
