aboutsummaryrefslogtreecommitdiff
path: root/cmd-list-panes.c
Commit message (Collapse)AuthorAge
* Sync OpenBSD patchset 581:Tiago Cunha2009-12-04
| | | | | | | Massive spaces->tabs and trailing whitespace cleanup, hopefully for the last time now I've configured emacs to make them displayed in really annoying colours...
* Sync OpenBSD patchset 539:Tiago Cunha2009-11-14
| | | | | | Get rid of the ugly CMD_CHFLAG macro and use a const string (eg "dDU") in the command entry structs and a couple of functions to check/set the flags.
* Sync OpenBSD patchset 412:Tiago Cunha2009-10-15
| | | | | The pane pty name isn't useful for anything so show the pane number instead.
* Sync OpenBSD patchset 377:Tiago Cunha2009-10-12
Split list-panes off from list-windows.