aboutsummaryrefslogtreecommitdiff
path: root/cmd-new-window.c
Commit message (Expand)AuthorAge
* Add -c option to specify client, and move detach/refresh to client rather tha...Nicholas Marriott2007-11-16
* Use ctx->client/ctx->session inline instead of temporary variables which wereNicholas Marriott2007-11-13
* unlink-window command. Also fix some u_int -> int problems.Nicholas Marriott2007-10-26
* Reorg window data structures. Add an intermediate data type (struct winlink) ...Nicholas Marriott2007-10-26
* Refresh session command.Nicholas Marriott2007-10-19
* Mark windows in yellow on status line when bell.Nicholas Marriott2007-10-12
* Lose command index enum in favour of runtime-calculated index.Nicholas Marriott2007-10-04
* Lose usage and move it into the struct.Nicholas Marriott2007-10-04
* Fixed usage statement for new-windowMaximilian Gass2007-10-04
* Rename window.Nicholas Marriott2007-10-04
* set-option command to set meta.Nicholas Marriott2007-10-04
* Next/last/previous window, some other tweaks.Nicholas Marriott2007-10-04
* New window command.Nicholas Marriott2007-10-03