Age | Commit message (Expand) | Author |
2017-05-12 | Scrolling needs to use background colour. | Nicholas Marriott |
2017-04-17 | Remove a couple of redraw flags that no longer have any effect. | Nicholas Marriott |
2017-03-09 | Move the client identify (display-panes) code into server-client.c. | Nicholas Marriott |
2017-03-09 | Move server_fill_environ into environ.c and move some other common code | Nicholas Marriott |
2017-02-09 | Instead of numbering session groups, give them a name which may be given | Nicholas Marriott |
2017-01-13 | Make options_get_string return const string. | Nicholas Marriott |
2016-10-16 | Use the notify name string instead of going via an enum and change | Nicholas Marriott |
2016-10-11 | Add static in window-*.c and move some internal functions out of tmux.h. | Nicholas Marriott |
2016-10-10 | Loads more static, except for cmd-*.c and window-*.c. | Nicholas Marriott |
2016-06-16 | Allow a command to be specified to display-panes, similar to | Nicholas Marriott |
2016-01-19 | I no longer use my SourceForge address so replace it. | Nicholas Marriott |
2015-12-16 | Add infrastructure to work out the best target given a pane or window | Nicholas Marriott |
2015-12-12 | Add key-table option to set the default key table for a session, allows | Nicholas Marriott |
2015-12-11 | Check alerts when session changes, from Patrick Palka. | Nicholas Marriott |
2015-11-24 | Make environ_set va_args and use it to tidy up some calls. Also add a | Nicholas Marriott |
2015-11-18 | Use __unused rather than rolling our own. | Nicholas Marriott |
2015-11-14 | Push stdout and stderr to clients more aggressively, and add an event to | Nicholas Marriott |
2015-10-27 | Move struct options into options.c. | Nicholas Marriott |
2015-10-27 | Break the common process set up, event loop and imsg dispatch code | Nicholas Marriott |
2015-10-20 | Use client pointer not file descriptor in logging. | Nicholas Marriott |
2015-09-10 | Add session_last_attached time and format, from Sina Siadat. | Nicholas Marriott |
2015-08-28 | Make session_update_activity more useful and use it in more places. | Nicholas Marriott |
2015-08-28 | Run status update on a per-client timer at status-interval. | Nicholas Marriott |
2015-04-29 | If default-terminal is set to "screen" or "screen-*", emulate screen's | Nicholas Marriott |
2015-04-24 | Convert clients list into a TAILQ. | Nicholas Marriott |
2015-04-22 | Make session_has return a flag, returning the first winlink found is a | Nicholas Marriott |
2015-04-21 | Fix moving windows to nonexistent indexes when renumber-windows is | Nicholas Marriott |
2015-04-19 | Honour renumber-windows when unlinking a window, from Thomas Adam. | Nicholas Marriott |
2015-04-19 | Rewrite of tmux mouse support which was a mess. Instead of having | Nicholas Marriott |
2015-03-31 | Fix some format specifier nits, from Ben Boeckel. | Nicholas Marriott |
2015-01-06 | Unzoom before kill, from Thomas Adam. | Nicholas Marriott |
2014-10-20 | Tidy up some includes. | Nicholas Marriott |
2014-04-17 | Some more long lines. | Nicholas Marriott |
2014-02-14 | Style nit - no space between function name and bracket. | Nicholas Marriott |
2013-10-10 | Alter how tmux handles the working directory to internally use file | Nicholas Marriott |
2013-10-10 | Similarly for MSG_COMMAND - allow full imsg limit not arbitrary 2048. | Nicholas Marriott |
2013-10-10 | Instead of fixed size buffers for some messages, send only the string | Nicholas Marriott |
2013-10-10 | Grouped sessions were being leaked on destroy, correctly free them. | Nicholas Marriott |
2013-07-05 | When the session option renumber-window is used, ensure we iterate over | Nicholas Marriott |
2013-04-22 | Call recalculate_sizes() after killing window in case it is in a grouped | Nicholas Marriott |
2013-03-25 | Use single stdout and stderr for control clients. | Nicholas Marriott |
2013-03-25 | Rename session idx to session id throughout and add $ prefix to targets | Nicholas Marriott |
2013-03-24 | Add resize-pane -Z to temporary zoom the active pane to occupy the full | Nicholas Marriott |
2013-03-24 | Add a command queue to standardize and simplify commands that call other | Nicholas Marriott |
2013-03-22 | Prevent lock on control clients, not on others. | Nicholas Marriott |
2013-03-22 | No more lint means no more ARGSUSED. | Nicholas Marriott |
2013-03-21 | Add various checks to turn off bits that can't work in control mode | Nicholas Marriott |
2012-09-03 | If stdin in the client is enable immediately, tmux will eat anything | Nicholas Marriott |
2012-07-10 | xfree is not particularly helpful, remove it. From Thomas Adam. | Nicholas Marriott |
2012-06-18 | Add a skeleton mode to tmux (called "control mode") that let's tmux | Nicholas Marriott |