summaryrefslogtreecommitdiffstats
path: root/server-fn.c
AgeCommit message (Expand)Author
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
2010-07-24When changing so that the client passes its stdout and stderr as well asNicholas Marriott
2010-06-27New option, detach-on-destroy, to set what happens to a client when the sessionNicholas Marriott
2010-06-26Use server_destroy_session() for kill-session.Nicholas Marriott
2010-06-21Having a list of winlinks->alerts for each session is stupid, just storeNicholas Marriott
2010-04-17If remain-on-exit is set, both the error callback and a SIGCHLD couldNicholas Marriott
2010-03-22Dead functions, lint.Nicholas Marriott
2010-01-23When a window is destroyed, remove all links to it from each session ratherNicholas Marriott
2010-01-03Options to set the colour of the pane borders, with different colours for theNicholas Marriott
2009-12-22Fix a couple of problems with grouped sessions reported by danh: redrawNicholas Marriott