summaryrefslogtreecommitdiffstats
path: root/cmd-new-window.c
AgeCommit message (Expand)Author
2012-08-31Sync OpenBSD patchset 1162:Tiago Cunha
2012-07-11Sync OpenBSD patchset 1151:Tiago Cunha
2012-07-11Sync OpenBSD patchset 1150:Tiago Cunha
2012-05-22Sync OpenBSD patchset 1119:Tiago Cunha
2012-03-18Sync OpenBSD patchset 1069:Tiago Cunha
2012-03-07Sync OpenBSD patchset 1042:Tiago Cunha
2012-03-07Sync OpenBSD patchset 1041:Tiago Cunha
2012-02-02Sync OpenBSD patchset 1021:Tiago Cunha
2012-01-20Sync OpenBSD patchset 1002:Tiago Cunha
2011-12-09Change the way the working directory for new processes is discovered. IfNicholas Marriott
2011-07-09Expand the Id keyword. Tiago Cunha
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-06-22Sync OpenBSD patchset 724:Tiago Cunha
2010-03-27Nuke unused functions.Nicholas Marriott
2010-03-27-a flag to insert a window after an existing one, moving other windowsNicholas Marriott
2010-01-22Sync OpenBSD patchset 611:Tiago Cunha
2009-12-04Sync OpenBSD patchset 581:Tiago Cunha
2009-11-28Sync OpenBSD patchset 567:Tiago Cunha
2009-11-14Sync OpenBSD patchset 539:Tiago Cunha
2009-10-11Sync OpenBSD patchset 371:Tiago Cunha
2009-09-22Sync OpenBSD patchset 342:Tiago Cunha
2009-08-16Sync OpenBSD patchset 257:Tiago Cunha
2009-07-28Sync OpenBSD patchset 181:Tiago Cunha
2009-07-14Having fixed flags for single-character getopt options is a bit hard toNicholas Marriott
2009-07-14Tidy up and improve target (-t) argument parsing:Nicholas Marriott
2009-07-08Fix $Id$.Nicholas Marriott
2009-07-08Minor fix: look for default-path in the options for the specified session firstNicholas Marriott
2009-01-23Better error messages for fork.Nicholas Marriott
2009-01-21new-window -k.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-10Pick up cwd from environment,.Nicholas Marriott
2008-12-10Import OpenBSD's getopt(3) to workaround broken glibc version.Nicholas Marriott
2008-09-25Fix stupid GNU getopt behaviour.Nicholas Marriott
2008-06-18Sort options from Pierre Riteau.Nicholas Marriott
2008-06-05Big reorganisation of command-line syntax.Nicholas Marriott
2008-06-05Print for the less easy commands.Nicholas Marriott
2008-06-05Easy bits of arg printing for list-keys.Nicholas Marriott
2008-06-03Per-session configuration options.Nicholas Marriott
2008-06-03Allow -c anywhere -s was allowed.Nicholas Marriott
2008-06-03If no command is specified, assume new-session.Nicholas Marriott
2008-06-02Quick man page update, also fix some usages and get rid of some CMD_KEY checks.Nicholas Marriott
2008-06-02Last bits of basic configuration file. By default in ~/.tmux.conf or specifie...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-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-26unlink-window command. Also fix some u_int -> int problems.Nicholas Marriott