| Commit message (Expand) | Author | Age |
... | |
* | Move input parser structs into input.c (removing fairly useless | nicm | 2015-05-08 |
* | array.h can be local to window-choose.c now. | nicm | 2015-05-07 |
* | Remove ARRAY_* from history and expand completion to complete a) layout | nicm | 2015-05-06 |
* | Add a format window_linked which is 1 if a window has been linked | nicm | 2015-05-06 |
* | Add select-layout -o to undo the last layout change (apply the previously | nicm | 2015-04-28 |
* | Rewrite of the target resolution internals to be simpler and more | nicm | 2015-04-27 |
* | Make message log a TAILQ. | nicm | 2015-04-25 |
* | Move the functions to convert ids from strings into session.c and window.c. | nicm | 2015-04-25 |
* | Convert clients list into a TAILQ. | nicm | 2015-04-24 |
* | Set working directory for run-shell and if-shell. | nicm | 2015-04-24 |
* | Make session_has return a flag, returning the first winlink found is a | nicm | 2015-04-22 |
* | Change the windows array into an RB tree and fix some places where we | nicm | 2015-04-22 |
* | window_index is only used in one place (window_destroy) so inline it there. | nicm | 2015-04-22 |
* | Always format real layout even when zoomed. | nicm | 2015-04-21 |
* | Support for multiple key tables to commands to be bound to sequences of | nicm | 2015-04-20 |
* | Rewrite of tmux mouse support which was a mess. Instead of having | nicm | 2015-04-19 |
* | Support setting the default window and pane background colours (window | nicm | 2015-04-19 |
* | status_replace can now become local to status.c and it no longer needs | nicm | 2015-02-06 |
* | Add format_expand_time and use it instead of status_replace where | nicm | 2015-02-06 |
* | Wrap all the individual format_* calls in a single format_defaults | nicm | 2015-02-05 |
* | There is no need to save the guard state because the function checks it | nicm | 2015-02-05 |
* | Remove two unused arguments from status_replace. | nicm | 2015-02-01 |
* | Support blinking cursor mode, both the xterm CSI ?12 h/l and (the | nicm | 2015-01-20 |
* | Add pane_dead_status for exit status of dead panes. | nicm | 2014-12-09 |
* | Permit option values to be used in formats. | nicm | 2014-12-02 |
* | Remove dead code, from Thomas Adam. | nicm | 2014-11-30 |
* | Label windows which are smaller than expected with a reason. | nicm | 2014-11-14 |
* | Add V for select line with vi(1) keys. From Juho Pohjala. | nicm | 2014-11-06 |
* | Move cfg_causes local into cfg.c and remove struct causelist. | nicm | 2014-10-27 |
* | Merge unlink-window into kill-window. | nicm | 2014-10-22 |
* | Only redraw pane when it has actually changed. | nicm | 2014-10-21 |
* | Better format for printf format attributes. | nicm | 2014-10-20 |
* | Move template defines back into .c files. | nicm | 2014-10-20 |
* | Tidy up some includes. | nicm | 2014-10-20 |
* | Instead of setting up the default keys by building the key struct | nicm | 2014-10-20 |
* | Add xreallocarray and remove nmemb argument from xrealloc. | nicm | 2014-10-08 |
* | Wake up any clients waiting with the wait-for command when the server | nicm | 2014-09-01 |
* | Various minor style and spacing nits. | nicm | 2014-09-01 |
* | Fix two copy mode problems: | nicm | 2014-08-11 |
* | Add flags to selectp to enable and disable input to a pane, from Anish | nicm | 2014-08-11 |
* | Remove support for the continuous reporting "any" mouse mode which never | nicm | 2014-08-09 |
* | Drop explicit support for F13-F20 and change to match the xterm terminfo | nicm | 2014-07-21 |
* | Properly track switching G0 and G1 modes between US-ASCII and VT100 line | nicm | 2014-06-06 |
* | Now that cmdlists are reference counted, there is no need for two-step | nicm | 2014-05-14 |
* | If multiple arguments are given to new-session, new-window, | nicm | 2014-05-13 |
* | Add a copy mode key binding to copy to a named buffer. From J Raynor. | nicm | 2014-05-13 |
* | Add support for named buffers. If you don't name a buffer, things work | nicm | 2014-05-13 |
* | Just use char ** for argv like normal people, not char *const *. | nicm | 2014-05-09 |
* | Instead of forcing mouse scroll to 1 in choose mode, scale it down | nicm | 2014-05-08 |
* | Both the two previous ways of navigating panes by direction have | nicm | 2014-05-08 |