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