summaryrefslogtreecommitdiffstats
path: root/cmd-new-session.c
AgeCommit message (Expand)Author
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
2011-01-07Sync OpenBSD patchset 829:Tiago Cunha
2011-01-04Clean up and simplify tmux command argument parsing.Nicholas Marriott
2011-01-03Sync OpenBSD patchset 819:Tiago Cunha
2011-01-01Don't reset the activity timer for unattached sessions every second,Nicholas Marriott
2010-12-22Sync OpenBSD patchset 802:Tiago Cunha
2010-12-20Use pointer rather than index for the client's last session.Nicholas Marriott
2010-12-11Track the last session for a client and add a flag to switch-client andNicholas Marriott
2010-12-11Track the last session for a client and add a flag to switch-client andNicholas Marriott
2010-07-02Sync OpenBSD patchset 730:Tiago Cunha
2010-06-27Store the current working directory in the session, change the default-pathNicholas Marriott
2010-04-06Merge copy mode and output mode, dropping the latter. Idea and code fromNicholas Marriott
2010-04-05Merge output (more) and copy modes into one single mode (called copy).Micah Cowan
2010-02-26Sync OpenBSD patchset 650:Tiago Cunha
2010-02-22Display -t argument to new-session, from Tiago Cunha.Nicholas Marriott
2010-02-08Sync OpenBSD patchset 640:Tiago Cunha
2010-02-08Sync OpenBSD patchset 635:Tiago Cunha
2010-02-06Use the array.h code for the causes list.Nicholas Marriott
2010-02-06Instead of bailing out on the first configuration file error, carry on,Nicholas Marriott
2009-12-04Sync OpenBSD patchset 581:Tiago Cunha
2009-12-03Massive spaces->tabs and trailing whitespace cleanup, hopefully for the lastNicholas Marriott