CVSROOT: /cvs Module name: src Changes by: n...@cvs.openbsd.org 2012/07/08 10:04:39
Modified files: usr.bin/tmux : Makefile cmd.c key-bindings.c tmux.1 tmux.h Added files: usr.bin/tmux : cmd-choose-tree.c Removed files: usr.bin/tmux : cmd-choose-session.c cmd-choose-window.c Log message: Add choose-tree command to show windows and sessions in the same list. Change choose-window and -session to use the same code. From Thomas Adam.