summaryrefslogtreecommitdiffstats
path: root/cmd-attach-session.c
AgeCommit message (Expand)Author
2015-08-28Run status update on a per-client timer at status-interval.nicm
2015-07-06Update environment with -E when attach-session used on an alreadynicm
2015-06-09Fix loop comparison broken in last commit, from Thomas Adam.nicm
2015-06-07Add -E flag when attaching or switching client to bypassnicm
2015-06-04Move the nested check from client to server and compare the client ttynicm
2015-04-25Move the functions to convert ids from strings into session.c and window.c.nicm
2015-04-24Convert clients list into a TAILQ.nicm
2015-02-05Wrap all the individual format_* calls in a single format_defaultsnicm
2014-10-20Instead of setting up the default keys by building the key structnicm
2014-02-23Change terminal-overrides to a server option (now that we have them), itnicm
2014-01-09Allow attach-session -t to accept a window and pane to select them onnicm
2013-10-10Show session name in detached message. Requested by somebody a fewnicm
2013-10-10Alter how tmux handles the working directory to internally use filenicm
2013-10-10Remove CMD_SENDENVIRON.nicm
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
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-22Add a helper function to send ready message.Nicholas Marriott
2012-05-06Add a helper function to open the terminal for attach-/new-session.Nicholas Marriott
2012-03-17Add notify hooks for various events, the functions are currently emptyNicholas Marriott
2012-01-21Only hide flags on the current window when the session is attached, fromNicholas Marriott
2011-04-05Add a flag to cmd_find_session so that attach-session can preferNicholas Marriott
2011-01-04Clean up and simplify tmux command argument parsing.Nicholas Marriott
2011-01-01Don't reset the activity timer for unattached sessions every second,Nicholas Marriott
2010-12-21Store sessions in an RB tree by name rather than a list, this is tidierNicholas Marriott
2010-02-06Support attaching a client read-only with a new -r flag to the attach-sessionNicholas Marriott
2009-12-03Massive spaces->tabs and trailing whitespace cleanup, hopefully for the lastNicholas Marriott
2009-11-13Get rid of the ugly CMD_CHFLAG macro and use a const string (eg "dDU") in theNicholas Marriott
2009-11-11Only need to chmod +x or -x the socket when a client is created, lost orNicholas Marriott
2009-08-08Infrastructure and commands to manage the environment for processes startedNicholas Marriott
2009-08-03Add a terminal-overrides session option allowing individual terminfo(5) entriesNicholas Marriott
2009-07-26Make all messages sent between the client and server fixed size.Nicholas Marriott
2009-07-23Both of cmdclient and curclient CAN be NULL - if the command is executed fromNicholas Marriott
2009-07-17Tidy up new-session and attach-session and change them to work from insideNicholas Marriott
2009-07-13Having fixed flags for single-character getopt options is a bit hard toNicholas Marriott
2009-06-05Remove trailing newlines, spaces, and tabs.Ray Lai
2009-06-01Import tmux, a terminal multiplexor allowing (among other things) a singleNicholas Marriott