Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Merge branch 'obsd-master' | Thomas Adam | 2018-02-28 |
|\ | |||
| * | Add -Z flag to choose-tree, choose-client, choose-buffer to | nicm | 2018-02-28 |
| | | | | | | | | | | | | automatically zoom the pane when the mode is entered and unzoom when it exits, assuming the pane is not already zoomed. Add -Z to the default key bindings. | ||
* | | Need compat for queue.h. | Nicholas Marriott | 2017-10-20 |
| | | |||
* | | Merge branch 'obsd-master' | Thomas Adam | 2017-10-20 |
|\| | | | | | | | | | Conflicts: server-fn.c | ||
| * | Show exit status and time in the remain-on-exit pane text, mostly from | nicm | 2017-10-12 |
| | | | | | | | | Timo Boettcher in GitHub issue 1103. | ||
* | | Merge branch 'obsd-master' | Thomas Adam | 2017-08-29 |
|\| | |||
| * | Check for complete keys before escape prefix, allows keys to be defined | nicm | 2017-08-29 |
| | | | | | | | | with a leading escape. GitHub issue 1048. | ||
* | | Merge branch 'obsd-master' | Thomas Adam | 2017-07-12 |
|\| | | | | | | | | | | | | | | | Conflicts: cmd-pipe-pane.c proc.c tmux.c window.c | ||
| * | proc_send_s now seems unnecessary. | nicm | 2017-07-12 |
| | | |||
* | | Merge branch 'obsd-master' | Thomas Adam | 2017-07-10 |
|\| | |||
| * | Some extra logging to show why tmux might exit. | nicm | 2017-07-09 |
| | | |||
* | | Merge branch 'obsd-master' | Thomas Adam | 2017-05-12 |
|\| | |||
| * | Scrolling needs to use background colour. | nicm | 2017-05-12 |
| | | |||
* | | Merge branch 'obsd-master' | Thomas Adam | 2017-04-17 |
|\| | |||
| * | Remove a couple of redraw flags that no longer have any effect. | nicm | 2017-04-17 |
| | | |||
* | | Merge branch 'obsd-master' | Thomas Adam | 2017-03-09 |
|\| | |||
| * | 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 |
| | | | | | | | | into it. | ||
* | | Merge branch 'obsd-master' | Thomas Adam | 2017-02-14 |
|\| | | | | | | | | | Conflicts: server.c | ||
| * | Instead of numbering session groups, give them a name which may be given | nicm | 2017-02-09 |
| | | | | | | | | | | to -t instead of a target session. Also allow them to contain only one session. | ||
* | | Merge branch 'obsd-master' | Thomas Adam | 2017-01-13 |
|\| | |||
| * | Make options_get_string return const string. | nicm | 2017-01-13 |
| | | |||
* | | Merge branch 'obsd-master' | Thomas Adam | 2016-10-17 |
|\| | |||
| * | Use the notify name string instead of going via an enum and change | nicm | 2016-10-16 |
| | | | | | | | | existing hooks to use notifys instead. | ||
* | | Merge branch 'obsd-master' | Thomas Adam | 2016-10-12 |
|\| | | | | | | | | | | | Conflicts: format.c osdep-openbsd.c | ||
| * | 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 |
| | | |||
* | | Merge branch 'obsd-master' | Thomas Adam | 2016-06-16 |
|\| | |||
| * | Allow a command to be specified to display-panes, similar to | nicm | 2016-06-16 |
| | | | | | | | | command-prompt, rather than always just selecting the pane. | ||
* | | Merge branch 'obsd-master' | Thomas Adam | 2016-01-19 |
|\| | |||
| * | I no longer use my SourceForge address so replace it. | nicm | 2016-01-19 |
| | | |||
* | | Merge branch 'obsd-master' | Thomas Adam | 2015-12-17 |
|\| | |||
| * | Add infrastructure to work out the best target given a pane or window | nicm | 2015-12-16 |
| | | | | | | | | alone and use it to add pane_died and pane_exited hooks. | ||
* | | Merge branch 'obsd-master' | Thomas Adam | 2015-12-12 |
|\| | |||
| * | Add key-table option to set the default key table for a session, allows | nicm | 2015-12-12 |
| | | | | | | | | different key bindings for different sessions and a few other things. | ||
* | | Merge branch 'obsd-master' | Thomas Adam | 2015-12-11 |
|\| | |||
| * | Check alerts when session changes, from Patrick Palka. | nicm | 2015-12-11 |
| | | |||
* | | Merge branch 'obsd-master' | Thomas Adam | 2015-11-25 |
|\| | | | | | | | | | | | | | Conflicts: log.c proc.c tmux.c | ||
| * | Make environ_set va_args and use it to tidy up some calls. Also add a | nicm | 2015-11-24 |
| | | | | | | | | missing word in manpage (from jmc). | ||
* | | Merge branch 'obsd-master' | Thomas Adam | 2015-11-18 |
|\| | |||
| * | Use __unused rather than rolling our own. | nicm | 2015-11-18 |
| | | |||
* | | Merge branch 'obsd-master' | Thomas Adam | 2015-11-14 |
|\| | | | | | | | | | | | Conflicts: server.c tmux.c | ||
| * | Push stdout and stderr to clients more aggressively, and add an event to | nicm | 2015-11-14 |
| | | | | | | | | continue if the send fails. | ||
* | | Merge branch 'obsd-master' | Thomas Adam | 2015-10-27 |
|\| | | | | | | | | | | | | | | | | | | | Conflicts: Makefile client.c server-client.c server.c tmux.c tmux.h | ||
| * | 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 |
| | | | | | | | | | | between server and client out into a separate internal API. This will make it easier to add another process. | ||
* | | Merge branch 'obsd-master' | Thomas Adam | 2015-10-21 |
|\| | |||
| * | Use client pointer not file descriptor in logging. | nicm | 2015-10-20 |
| | | |||
* | | Merge branch 'obsd-master' | Thomas Adam | 2015-09-10 |
|\| | |||
| * | Add session_last_attached time and format, from Sina Siadat. | nicm | 2015-09-10 |
| | |