CVSROOT: /cvs Module name: src Changes by: n...@cvs.openbsd.org 2009/11/18 06:16:33
Modified files: usr.bin/tmux : Makefile cmd-set-option.c cmd.c key-bindings.c server-client.c status.c tmux.1 tmux.c tmux.h Added files: usr.bin/tmux : cmd-show-messages.c Log message: Add a per-client log of status line messages displayed while that client exists. A new message-limit session option sets the maximum number of entries and a command, show-messages, shows the log (bound to ~ by default). This (and prompt history) might be better as a single global log but until there are global options it is easier for them to be per client.