| Commit message (Expand) | Author | Age |
* | Allow panes to be empty (no command), output can be piped to them with | nicm | 2019-05-03 |
* | Break new window and pane creation common code from various commands and | nicm | 2019-04-17 |
* | DECRC and DECSC apparently need to preserve origin mode as well, based | nicm | 2019-03-12 |
* | Clear PANE_EXITED flag when starting new child process in case the pane | nicm | 2018-11-30 |
* | Support for windows larger than visible on the attached client. This has | nicm | 2018-10-18 |
* | Add a client redraw-window flag instead of the redraw-all flag and for | nicm | 2018-08-19 |
* | SESSION_UNATTACHED flag is no longer necessary now we have an attached | nicm | 2018-08-18 |
* | Add x and X to choose-tree (with a confirmation prompt) to kill an | nicm | 2018-04-10 |
* | Add -Z flag to choose-tree, choose-client, choose-buffer to | nicm | 2018-02-28 |
* | Show exit status and time in the remain-on-exit pane text, mostly from | nicm | 2017-10-12 |
* | Check for complete keys before escape prefix, allows keys to be defined | nicm | 2017-08-29 |
* | proc_send_s now seems unnecessary. | nicm | 2017-07-12 |
* | Some extra logging to show why tmux might exit. | nicm | 2017-07-09 |
* | Scrolling needs to use background colour. | nicm | 2017-05-12 |
* | Remove a couple of redraw flags that no longer have any effect. | nicm | 2017-04-17 |
* | Move the client identify (display-panes) code into server-client.c. | nicm | 2017-03-09 |
* | Move server_fill_environ into environ.c and move some other common code | nicm | 2017-03-09 |
* | Instead of numbering session groups, give them a name which may be given | nicm | 2017-02-09 |
* | Make options_get_string return const string. | nicm | 2017-01-13 |
* | Use the notify name string instead of going via an enum and change | nicm | 2016-10-16 |
* | Add static in window-*.c and move some internal functions out of tmux.h. | nicm | 2016-10-11 |
* | Loads more static, except for cmd-*.c and window-*.c. | nicm | 2016-10-10 |
* | Allow a command to be specified to display-panes, similar to | nicm | 2016-06-16 |
* | I no longer use my SourceForge address so replace it. | nicm | 2016-01-19 |
* | Add infrastructure to work out the best target given a pane or window | nicm | 2015-12-16 |
* | Add key-table option to set the default key table for a session, allows | nicm | 2015-12-12 |
* | Check alerts when session changes, from Patrick Palka. | nicm | 2015-12-11 |
* | Make environ_set va_args and use it to tidy up some calls. Also add a | nicm | 2015-11-24 |
* | Use __unused rather than rolling our own. | nicm | 2015-11-18 |
* | Push stdout and stderr to clients more aggressively, and add an event to | nicm | 2015-11-14 |
* | Move struct options into options.c. | nicm | 2015-10-27 |
* | Break the common process set up, event loop and imsg dispatch code | nicm | 2015-10-27 |
* | Use client pointer not file descriptor in logging. | nicm | 2015-10-20 |
* | Add session_last_attached time and format, from Sina Siadat. | nicm | 2015-09-10 |
* | Make session_update_activity more useful and use it in more places. | nicm | 2015-08-28 |
* | Run status update on a per-client timer at status-interval. | nicm | 2015-08-28 |
* | If default-terminal is set to "screen" or "screen-*", emulate screen's | nicm | 2015-04-29 |
* | Convert clients list into a TAILQ. | nicm | 2015-04-24 |
* | Make session_has return a flag, returning the first winlink found is a | nicm | 2015-04-22 |
* | Fix moving windows to nonexistent indexes when renumber-windows is | nicm | 2015-04-21 |
* | Honour renumber-windows when unlinking a window, from Thomas Adam. | nicm | 2015-04-19 |
* | Rewrite of tmux mouse support which was a mess. Instead of having | nicm | 2015-04-19 |
* | Fix some format specifier nits, from Ben Boeckel. | nicm | 2015-03-31 |
* | Unzoom before kill, from Thomas Adam. | nicm | 2015-01-06 |
* | Tidy up some includes. | nicm | 2014-10-20 |
* | Some more long lines. | nicm | 2014-04-17 |
* | Style nit - no space between function name and bracket. | nicm | 2014-02-14 |
* | Alter how tmux handles the working directory to internally use file | nicm | 2013-10-10 |
* | Similarly for MSG_COMMAND - allow full imsg limit not arbitrary 2048. | nicm | 2013-10-10 |
* | Grouped sessions were being leaked on destroy, correctly free them. | nicm | 2013-10-10 |