CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2011/08/26 04:53:16
Modified files:
usr.bin/tmux : Makefile cmd-list-panes.c cmd-list-sessions.c
cmd-list-windows.c tmux.1 tmux.h
Added files:
usr.bin/tmux : format.c
Log message:
Add initial framework for more powerful formatting of command output and
use it for list-{panes,windows,sessions}. This allows more descriptive
replacements (such as #{session_name}) and conditionals.
Later this will be used for status_replace and list-keys and other
places.