| Commit message (Expand) | Author | Age | Files | Lines |
* | Support blinking cursor mode, both the xterm CSI ?12 h/l and (the |  nicm | 2015-01-20 | 1 | -2/+3 |
* | Add pane_dead_status for exit status of dead panes. |  nicm | 2014-12-09 | 1 | -1/+2 |
* | Permit option values to be used in formats. |  nicm | 2014-12-02 | 1 | -12/+2 |
* | Remove dead code, from Thomas Adam. |  nicm | 2014-11-30 | 1 | -4/+1 |
* | Label windows which are smaller than expected with a reason. |  nicm | 2014-11-14 | 1 | -2/+4 |
* | Add V for select line with vi(1) keys. From Juho Pohjala. |  nicm | 2014-11-06 | 1 | -1/+7 |
* | Move cfg_causes local into cfg.c and remove struct causelist. |  nicm | 2014-10-27 | 1 | -5/+3 |
* | Merge unlink-window into kill-window. |  nicm | 2014-10-22 | 1 | -1/+2 |
* | Only redraw pane when it has actually changed. |  nicm | 2014-10-21 | 1 | -2/+2 |
* | Better format for printf format attributes. |  nicm | 2014-10-20 | 1 | -26/+22 |
* | Move template defines back into .c files. |  nicm | 2014-10-20 | 1 | -73/+1 |
* | Tidy up some includes. |  nicm | 2014-10-20 | 1 | -5/+2 |
* | Instead of setting up the default keys by building the key struct |  nicm | 2014-10-20 | 1 | -2/+1 |
* | Add xreallocarray and remove nmemb argument from xrealloc. |  nicm | 2014-10-08 | 1 | -2/+3 |
* | Wake up any clients waiting with the wait-for command when the server |  nicm | 2014-09-01 | 1 | -1/+4 |
* | Various minor style and spacing nits. |  nicm | 2014-09-01 | 1 | -2/+2 |
* | Fix two copy mode problems: |  nicm | 2014-08-11 | 1 | -1/+2 |
* | Add flags to selectp to enable and disable input to a pane, from Anish |  nicm | 2014-08-11 | 1 | -1/+2 |
* | Remove support for the continuous reporting "any" mouse mode which never |  nicm | 2014-08-09 | 1 | -3/+3 |
* | Drop explicit support for F13-F20 and change to match the xterm terminfo |  nicm | 2014-07-21 | 1 | -29/+64 |
* | Properly track switching G0 and G1 modes between US-ASCII and VT100 line |  nicm | 2014-06-06 | 1 | -4/+12 |
* | Now that cmdlists are reference counted, there is no need for two-step |  nicm | 2014-05-14 | 1 | -2/+1 |
* | If multiple arguments are given to new-session, new-window, |  nicm | 2014-05-13 | 1 | -10/+12 |
* | Add a copy mode key binding to copy to a named buffer. From J Raynor. |  nicm | 2014-05-13 | 1 | -1/+2 |
* | Add support for named buffers. If you don't name a buffer, things work |  nicm | 2014-05-13 | 1 | -9/+18 |
* | Just use char ** for argv like normal people, not char *const *. |  nicm | 2014-05-09 | 1 | -2/+2 |
* | Instead of forcing mouse scroll to 1 in choose mode, scale it down |  nicm | 2014-05-08 | 1 | -1/+4 |
* | Both the two previous ways of navigating panes by direction have |  nicm | 2014-05-08 | 1 | -3/+3 |
* | There is no longer a need for a paste_stack struct or for global_buffers |  nicm | 2014-04-24 | 1 | -10/+8 |
* | Add some UTF-8 utility functions and use them to prevent the width limit |  nicm | 2014-04-17 | 1 | -8/+13 |
* | Set PATH explicitly, either from client or session |  nicm | 2014-04-17 | 1 | -9/+9 |
* | Don't limit the DCS buffer to 256 bytes, expand it as needed. Requested |  nicm | 2014-04-17 | 1 | -2/+5 |
* | Correct the dance to fix the active pane in join-pane by pulling the |  nicm | 2014-04-17 | 1 | -1/+2 |
* | Remove the "info" message mechanism, this was only used for about five |  nicm | 2014-04-17 | 1 | -2/+1 |
* | Remove the monitor-content option and associated bits and bobs. It's |  nicm | 2014-04-17 | 1 | -5/+3 |
* | Remove a leftover prototype and fix some spacing. |  nicm | 2014-04-16 | 1 | -4/+5 |
* | Remove the choose-list command to prepare for some later choose-* work. |  nicm | 2014-04-16 | 1 | -2/+1 |
* | Work out mouse scroll wheel effect when the mouse is first detected and |  nicm | 2014-04-03 | 1 | -1/+2 |
* | Support UTF-8 with choose-buffer, from Kosuke ASAMI. Also make |  nicm | 2014-04-02 | 1 | -4/+5 |
* | missed commit matching log.c |  deraadt | 2014-04-01 | 1 | -2/+2 |
* | GRID_DEBUG is no longer needed. |  nicm | 2014-03-31 | 1 | -11/+1 |
* | Remove unused log functions. |  nicm | 2014-03-31 | 1 | -4/+1 |
* | Add names for mouse button bits rather than using magic numbers, from |  nicm | 2014-03-31 | 1 | -3/+11 |
* | Use hex constants rather than shifts for mouse events and flags, pointed |  nicm | 2014-03-31 | 1 | -7/+7 |
* | Add setb -a to append and a copy mode append command, from J Raynor with |  nicm | 2014-03-31 | 1 | -1/+2 |
* | Make session_attached a count and add session_many_attached flag. |  nicm | 2014-03-31 | 1 | -1/+3 |
* | Add start-of-list, end-of-list, top-line and bottom-line in choice mode, |  nicm | 2014-03-31 | 1 | -1/+5 |
* | Having three *clock* files is ridiculous, remove clock.c. |  nicm | 2014-03-31 | 1 | -5/+2 |
* | Change terminal-overrides to a server option (now that we have them), it |  nicm | 2014-02-23 | 1 | -4/+4 |
* | Break up and simplify screen_redraw_screen. |  nicm | 2014-01-31 | 1 | -2/+2 |