Add initial framework for more powerful formatting of command output and
commit4a5dff3f114c9d548a762fb4c5b3003d0a6f406f
authorNicholas Marriott <nicm@openbsd.org>
Fri, 26 Aug 2011 10:53:16 +0000 (26 10:53 +0000)
committerNicholas Marriott <nicm@openbsd.org>
Fri, 26 Aug 2011 10:53:16 +0000 (26 10:53 +0000)
tree1c982474d2a308d1a06b4224630f9d7a57fbc88b
parent4697b35d4f84efb5ecd618d62cfa915535fd8020
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.
Makefile
cmd-list-panes.c
cmd-list-sessions.c
cmd-list-windows.c
format.c [new file with mode: 0644]
tmux.1
tmux.h