summaryrefslogtreecommitdiffstats
path: root/cmd-list-windows.c
AgeCommit message (Expand)Author
2011-07-05Sync OpenBSD patchset 932:Tiago Cunha
2011-04-06|PatchSet 882Nicholas Marriott
2011-04-06|PatchSet 875Nicholas Marriott
2011-01-07Sync OpenBSD patchset 829:Tiago Cunha
2010-12-06PatchSet 788Nicholas Marriott
2010-07-02Sync OpenBSD patchset 732:Tiago Cunha
2009-11-14Sync OpenBSD patchset 539:Tiago Cunha
2009-10-12Sync OpenBSD patchset 377:Tiago Cunha
2009-08-09Sync OpenBSD patchset 226:Tiago Cunha
2009-08-08Update.Nicholas Marriott
2009-07-28Sync OpenBSD patchset 181:Tiago Cunha
2009-07-20Sync OpenBSD patchset 142:Tiago Cunha
2009-07-14Having fixed flags for single-character getopt options is a bit hard toNicholas Marriott
2009-05-04Space trimmage mega-diff.Nicholas Marriott
2009-04-30Display the layout name in window lists.Nicholas Marriott
2009-03-28Better UTF-8 support, including combined characters. Unicode data is now storedNicholas Marriott
2009-03-28Step 2 of the Grand Plan To Make UTF-8 Better.Nicholas Marriott
2009-03-28struct grid_data -> struct grid. Stage 1 of the Grand Plan To Make UTF-8 Better.Nicholas Marriott
2009-01-19Pass return code from _exec; allow command sequences to work from the command...Nicholas Marriott
2009-01-14Whoops, make this work properly.Nicholas Marriott
2009-01-14Multiple window splitting.Nicholas Marriott
2009-01-12Make the window pane code handle panes of different sizes, and add a -l and -...Nicholas Marriott
2009-01-11Window splitting. Two vertical panes fixed 50% each. This is a huge diff, sti...Nicholas Marriott
2008-09-26Trim.Nicholas Marriott
2008-09-25Internal screen data rewrite for better 256 colour/UTF-8 support.Nicholas Marriott
2008-09-09Initial UTF-8 support.Nicholas Marriott
2008-09-08Initial 256 colour support, lightly tested.Nicholas Marriott
2008-06-29Zombie windows, requested by Will Maier.Nicholas Marriott
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