summaryrefslogtreecommitdiffstats
path: root/tmux.h
AgeCommit message (Expand)Author
2015-08-28Make session_update_activity more useful and use it in more places.nicm
2015-08-28Give clock mode its own timer.nicm
2015-08-28Run status update on a per-client timer at status-interval.nicm
2015-08-28Move format job cleanup onto its own timer.nicm
2015-08-28Only do the automatic-rename dance if the pane has changed (seen output,nicm
2015-07-29status_out and associated data structures are no longer used.nicm
2015-07-28Tidy up the way terminals are described and move some structs out of tmux.h.nicm
2015-07-20Add an option (history-file) for a file to save/restore command promptnicm
2015-07-13Fix line endings.nicm
2015-07-13Initialize cwd fd to -1 so that we don't close fd 0 if the client isnicm
2015-06-17Move the shuffle code from new-window -a into a function and add a -anicm
2015-06-17Use an explicit job state instead of avoid closing our side of thenicm
2015-06-15Add window_activity format, from Thomas Adam based on a diff originallynicm
2015-06-14Add a format for client PID (client_pid) and server PID (pid). Diff fornicm
2015-06-07Add -E flag when attaching or switching client to bypassnicm
2015-06-05Handle the RGB colour escape sequence (\033[38;2;<r>;<g>;<b>m and 48;2)nicm
2015-06-05Similarly, for sessions use a callback to free rather than checkingnicm
2015-06-05Change deref to the more sensible unref, and add a couple I missed before.nicm
2015-06-05Instead of putting dead clients on a list and checking it every loop,nicm
2015-06-04Move the nested check from client to server and compare the client ttynicm
2015-06-04Add support for a single "marked pane". There is one marked pane in thenicm
2015-05-27Move the jobs output cache into the formats code so that #() work morenicm
2015-05-12To replace c0-*, add a high watermark to the pty event, and also backoffnicm
2015-05-12Add bell-action "other" to pass through bells in all windows except thenicm
2015-05-11Remove the c0-* options which never really worked satisfactorily. Goingnicm
2015-05-08Put the tty structs together, and tabify.nicm
2015-05-08grid_marker_cell is no longer used.nicm
2015-05-08mode_key_entry can go into mode-key.c; also a few spaces->tabs.nicm
2015-05-08window_choose_mode_item can move into window-choose.c.nicm
2015-05-08Move input parser structs into input.c (removing fairly uselessnicm
2015-05-07array.h can be local to window-choose.c now.nicm
2015-05-06Remove ARRAY_* from history and expand completion to complete a) layoutnicm
2015-05-06Add a format window_linked which is 1 if a window has been linkednicm
2015-04-28Add select-layout -o to undo the last layout change (apply the previouslynicm
2015-04-27Rewrite of the target resolution internals to be simpler and morenicm
2015-04-25Make message log a TAILQ.nicm
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-04-24Set working directory for run-shell and if-shell.nicm
2015-04-22Make session_has return a flag, returning the first winlink found is anicm
2015-04-22Change the windows array into an RB tree and fix some places where wenicm
2015-04-22window_index is only used in one place (window_destroy) so inline it there.nicm
2015-04-21Always format real layout even when zoomed.nicm
2015-04-20Support for multiple key tables to commands to be bound to sequences ofnicm
2015-04-19Rewrite of tmux mouse support which was a mess. Instead of havingnicm
2015-04-19Support setting the default window and pane background colours (windownicm
2015-02-06status_replace can now become local to status.c and it no longer needsnicm
2015-02-06Add format_expand_time and use it instead of status_replace wherenicm
2015-02-05Wrap all the individual format_* calls in a single format_defaultsnicm
2015-02-05There is no need to save the guard state because the function checks itnicm