| Commit message (Collapse) | Author | Age |
|
|
|
|
|
| |
Switch all of the various choose- and list- commands over to the format
infrastructure, from Thomas Adam.
|
| |
|
|
|
|
|
| |
Add pane_current_path format, suggested by Mikolaj Kucharski.
|
|
|
|
|
|
| |
Get client_width and client_height the right way round, from Stephen
Thirlwall.
|
|
|
|
|
|
| |
Give each window a unique id, like panes but prefixed with @. Based on
work from George Nachman.
|
|
|
|
|
| |
Add a pane_index format string and use it, from Ben Boeckel.
|
|
|
|
|
| |
Add client formats, from Ben Boeckel.
|
|
|
|
|
| |
Add a few more formats for panes (tty, pid, start cmd/cwd).
|
|
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.
|