summaryrefslogtreecommitdiffstats
path: root/server-fn.c
AgeCommit message (Expand)Author
2015-10-27Move struct options into options.c.nicm
2015-10-27Break the common process set up, event loop and imsg dispatch codenicm
2015-10-20Use client pointer not file descriptor in logging.nicm
2015-09-10Add session_last_attached time and format, from Sina Siadat.nicm
2015-08-28Make session_update_activity more useful and use it in more places.nicm
2015-08-28Run status update on a per-client timer at status-interval.nicm
2015-04-29If default-terminal is set to "screen" or "screen-*", emulate screen'snicm
2015-04-24Convert clients list into a TAILQ.nicm
2015-04-22Make session_has return a flag, returning the first winlink found is anicm
2015-04-21Fix moving windows to nonexistent indexes when renumber-windows isnicm
2015-04-19Honour renumber-windows when unlinking a window, from Thomas Adam.nicm
2015-04-19Rewrite of tmux mouse support which was a mess. Instead of havingnicm
2015-03-31Fix some format specifier nits, from Ben Boeckel.nicm
2015-01-06Unzoom before kill, from Thomas Adam.nicm
2014-10-20Tidy up some includes.nicm
2014-04-17Some more long lines.nicm
2014-02-14Style nit - no space between function name and bracket.nicm
2013-10-10Alter how tmux handles the working directory to internally use filenicm
2013-10-10Similarly for MSG_COMMAND - allow full imsg limit not arbitrary 2048.nicm
2013-10-10Grouped sessions were being leaked on destroy, correctly free them.nicm
2013-07-05When the session option renumber-window is used, ensure we iterate overNicholas Marriott
2013-04-22Call recalculate_sizes() after killing window in case it is in a groupedNicholas Marriott
2013-03-25Use single stdout and stderr for control clients.Nicholas Marriott
2013-03-25Rename session idx to session id throughout and add $ prefix to targetsNicholas Marriott
2013-03-24Add resize-pane -Z to temporary zoom the active pane to occupy the fullNicholas Marriott
2013-03-24Add a command queue to standardize and simplify commands that call otherNicholas Marriott
2013-03-22Prevent lock on control clients, not on others.Nicholas Marriott
2013-03-22No more lint means no more ARGSUSED.Nicholas Marriott
2013-03-21Add various checks to turn off bits that can't work in control modeNicholas Marriott
2012-09-03If stdin in the client is enable immediately, tmux will eat anythingNicholas Marriott
2012-07-10xfree is not particularly helpful, remove it. From Thomas Adam.Nicholas Marriott
2012-06-18Add a skeleton mode to tmux (called "control mode") that let's tmuxNicholas Marriott
2012-05-22Add a helper function to send ready message.Nicholas Marriott
2012-05-21Instead of passing stdin/stdout/stderr file descriptors over imsg andNicholas Marriott
2012-04-29Add a flag to move-window to renumber the windows in a session (closingNicholas Marriott
2012-03-17Add notify hooks for various events, the functions are currently emptyNicholas Marriott
2012-03-17Check event_initialized before event_del if event may not have been setNicholas Marriott
2012-01-29Call bufferevent_free before closing file descriptor associated with itNicholas Marriott
2011-10-23Support for \e[3J to clear the history. Also send the correspondingNicholas Marriott
2011-09-05Mark dead panes with some text saying they are dead, suggested by andNicholas Marriott
2011-01-23Set $TMUX without the session when background jobs are run.Nicholas Marriott
2011-01-01Don't reset the activity timer for unattached sessions every second,Nicholas Marriott
2010-12-23server_kill_window can modify the RB tree so don't use RB_FOREACH, fixesNicholas Marriott
2010-12-21Store sessions in an RB tree by name rather than a list, this is tidierNicholas Marriott
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-10-09Set cause when failing due to linking a window to itself, from MartinNicholas Marriott
2010-10-05Skip NULL entries in the sessions list when choosing the next session,Nicholas Marriott
2010-09-26Two new options:Nicholas Marriott
2010-08-11Treat trying to link or move to the same window as an error to avoidNicholas Marriott