summaryrefslogtreecommitdiffstats
path: root/cmd-split-window.c
AgeCommit message (Expand)Author
2011-01-07Sync OpenBSD patchset 829:Tiago Cunha
2011-01-03Sync OpenBSD patchset 820:Tiago Cunha
2010-07-02Sync OpenBSD patchset 730:Tiago Cunha
2010-01-08Sync OpenBSD patchset 604:Tiago Cunha
2010-01-08Sync OpenBSD patchset 601:Tiago Cunha
2010-01-08Sync OpenBSD patchset 600:Tiago Cunha
2009-12-04Sync OpenBSD patchset 581:Tiago Cunha
2009-11-22Sync OpenBSD patchset 558:Tiago Cunha
2009-11-14Sync OpenBSD patchset 539:Tiago Cunha
2009-09-22Sync OpenBSD patchset 342:Tiago Cunha
2009-09-16Sync from OpenBSD:Nicholas Marriott
2009-09-02Adjust OpenBSD patchset 305 to the portable version.Tiago Cunha
2009-09-02Sync OpenBSD patchset 305:Tiago Cunha
2009-08-25Sync OpenBSD patchset 296:Tiago Cunha
2009-08-16Sync OpenBSD patchset 254:Tiago Cunha
2009-08-09Sync OpenBSD patchset 231:Tiago Cunha
2009-07-28Sync OpenBSD patchset 181:Tiago Cunha
2009-07-23Sync OpenBSD patchset 165: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-07-08Fix $Id$.Nicholas Marriott
2009-07-08The fix for default-path (use target session options instead of global options)Nicholas Marriott
2009-06-25Restore $Id$ and add script to do so.Nicholas Marriott
2009-06-25lines variable can be -1 (to be ignored), so should be signed. Found by lint.Nicholas Marriott
2009-05-04Space trimmage mega-diff.Nicholas Marriott
2009-04-03rotate-window command.Nicholas Marriott
2009-04-01- Allow switching to hidden windows (for active-only layout).Nicholas Marriott
2009-04-01Basic horizontal splitting and layout management. Still some redraw and otherNicholas Marriott
2009-03-04Put socket path in $TMUX.Nicholas Marriott
2009-01-23Better error messages for fork.Nicholas Marriott
2009-01-21Bring back -p and -l to splitw to specify height as % or nlines.Nicholas Marriott
2009-01-19Pass return code from _exec; allow command sequences to work from the command...Nicholas Marriott
2009-01-18Support command sequences separated by " ; ". Also clean up command printing.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-11Codes no longer needed.Nicholas Marriott
2009-01-11Window splitting. Two vertical panes fixed 50% each. This is a huge diff, sti...Nicholas Marriott