CVSROOT: /cvs Module name: src Changes by: n...@cvs.openbsd.org 2011/07/08 00:37:57
Modified files: usr.bin/tmux : cmd-command-prompt.c cmd-confirm-before.c status.c tmux.1 Log message: Make confirm-before prompt customizable with -p option like command-prompt. Also move responsibility for calling status_replace into status_prompt_{set,update} and add #W and #P to the default kill-window and kill-pane prompts. By Tiago Cunha.