summaryrefslogtreecommitdiffstats
path: root/cmd-new-session.c
AgeCommit message (Expand)Author
2014-05-13Merge branch 'obsd-master'Thomas Adam
2014-05-13If multiple arguments are given to new-session, new-window,nicm
2014-04-23Merge branch 'obsd-master'Thomas Adam
2014-04-17Set PATH explicitly, either from client or sessionnicm
2014-04-17Remove some unnecessary includes and fix a typo.nicm
2014-04-05Merge branch 'obsd-master'Thomas Adam
2014-02-23Change terminal-overrides to a server option (now that we have them), itnicm
2014-01-20Merge branch 'obsd-master'Thomas
2013-11-22Handle empty current directory more gracefully.nicm
2013-10-10Don't boke when figuring out working directory from configuration file.nicm
2013-10-10Alter how tmux handles the working directory to internally use filenicm
2013-10-10Remove CMD_SENDENVIRON.nicm
2013-10-06Don't boke when figuring out working directory from configuration file.Nicholas Marriott
2013-10-06Alter how tmux handles the working directory to internally use file descriptorsNicholas Marriott
2013-10-06Remove CMD_SENDENVIRON.Nicholas Marriott
2013-10-01Support -c for new-session, based on code from J Raynor.Nicholas Marriott
2013-08-21Remove the barely-used and unnecessary command check() function.Nicholas Marriott
2013-03-25Add -P and -F to new-session.Nicholas Marriott
2013-03-24Add -A flag to new-session to make it behave like attach-session if theNicholas Marriott
2013-03-24Add a command queue to standardize and simplify commands that call otherNicholas Marriott
2013-03-22Add -P and -F to new-session.Nicholas Marriott
2013-02-24Add -A flag to new-session to make it behave like attach-session if the sessionNicholas Marriott
2013-02-23Add a command queue to standardize and simplify commands that call otherNicholas Marriott
2012-12-31Merge branch 'obsd-master'Thomas Adam
2012-12-09Use the CMD_*_USAGE defines consistently, from Thomas Adam.Nicholas Marriott
2012-11-22Merge branch 'obsd-master'Thomas Adam
2012-11-19Use a utility function for common code to show errors in config file,Nicholas Marriott
2012-07-11Sync OpenBSD patchset 1151:Tiago Cunha
2012-07-11Sync OpenBSD patchset 1150:Tiago Cunha
2012-07-11Make command exec functions return an enum rather than -1/0/1 values andNicholas Marriott
2012-07-10xfree is not particularly helpful, remove it. From Thomas Adam.Nicholas Marriott
2012-05-22Sync OpenBSD patchset 1118:Tiago Cunha
2012-05-22Add a helper function to send ready message.Nicholas Marriott
2012-05-12Sync OpenBSD patchset 1111:Tiago Cunha
2012-05-06Add a helper function to open the terminal for attach-/new-session.Nicholas Marriott
2012-03-18Sync OpenBSD patchset 1069:Tiago Cunha
2012-03-17Add notify hooks for various events, the functions are currently emptyNicholas Marriott
2012-02-02Sync OpenBSD patchset 1024:Tiago Cunha
2012-02-02Move window name changes into wrapper function window_set_name, fromNicholas Marriott
2011-10-23Sync OpenBSD patchset 967:Tiago Cunha
2011-10-23For initial session, use size of command client even if detached.Nicholas Marriott
2011-07-09Expand the Id keyword. Tiago Cunha
2011-04-06|PatchSet 884Nicholas Marriott
2011-04-06|PatchSet 882Nicholas Marriott
2011-04-06Change so that an empty session name always means the current sessionsNicholas Marriott
2011-04-05Add a flag to cmd_find_session so that attach-session can preferNicholas Marriott
2011-02-15Sync OpenBSD patchset 861:Tiago Cunha
2011-02-03Don't require -d with -x or -y since it could be in the config file.Nicholas Marriott
2011-01-21Sync OpenBSD patchset 844:Tiago Cunha
2011-01-14Support -x and -y for new-session to specify the initial size of theNicholas Marriott