summaryrefslogtreecommitdiffstats
path: root/cmd-list-windows.c
AgeCommit message (Expand)Author
2008-06-05Big reorganisation of command-line syntax.Nicholas Marriott
2008-06-05Easy bits of arg printing for list-keys.Nicholas Marriott
2008-06-03If no command is specified, assume new-session.Nicholas Marriott
2008-06-02Add a windowonly generic command and use it where appropriate. Also trim incl...Nicholas Marriott
2008-06-02Move -s and -c down a level so handling them is the responsibility of the com...Nicholas Marriott
2007-12-06Major reorganisation of screen handling.Nicholas Marriott
2007-11-23Show hlimit.Nicholas Marriott
2007-11-23Only show history size.Nicholas Marriott
2007-11-21Don't count actual struct, don't count size twice.Nicholas Marriott
2007-11-21Cut memory consumption by only allocating lines when there is actually data o...Nicholas Marriott
2007-11-21Initial history support.Nicholas Marriott
2007-11-20Mass screen.c rename/tidy. Add a actual size (ysize) as distinct from display...Nicholas Marriott
2007-11-16Add -c option to specify client, and move detach/refresh to client rather tha...Nicholas Marriott
2007-11-13Use ctx->client/ctx->session inline instead of temporary variables which wereNicholas Marriott
2007-10-31Make it build/run on Linux.Nicholas Marriott
2007-10-30%u -> %d for indexes. Some lint fixes.Nicholas Marriott
2007-10-26Reorg window data structures. Add an intermediate data type (struct winlink) ...Nicholas Marriott
2007-10-23Show size.Nicholas Marriott
2007-10-04Lose command index enum in favour of runtime-calculated index.Nicholas Marriott
2007-10-04Oops, missed this file too.Nicholas Marriott