Age | Commit message (Expand) | Author |
2016-10-16 | Mass rename struct cmd_q to struct cmdq_item and related. | Nicholas Marriott |
2016-10-16 | Rewrite command queue handling. Each client still has a command queue, | Nicholas Marriott |
2016-10-15 | Give window_create and window_create1 better names. | Nicholas Marriott |
2016-10-15 | Rename a function for consistency and some spacing nits. | Nicholas Marriott |
2016-10-15 | Fire hooks on the simple notifys (window-renamed and session-renamed), | Nicholas Marriott |
2016-10-15 | Drain notifys once at the end of the server loop instead of doing it | Nicholas Marriott |
2016-10-13 | Trying to do hooks generically is way too complicated and unreliable and | Nicholas Marriott |
2016-10-13 | Add support for BCE (background colour erase). This makes various escape | Nicholas Marriott |
2016-10-13 | Some improvements and bug fixes for hooks: | Nicholas Marriott |
2016-10-12 | bind-key -c has gone, remove from man page, and unused table declarations. | Nicholas Marriott |
2016-10-12 | Drop the edit mode key tables and just use fixed key bindings for the | Nicholas Marriott |
2016-10-12 | Redraw selection in tty_draw_line, so it appears when redrawing whole | Nicholas Marriott |
2016-10-12 | The repeat prompt in both emacs and vi (and the old one in tmux) doesn't | Nicholas Marriott |
2016-10-11 | Some other stuff that can be local to one file. | Nicholas Marriott |
2016-10-11 | Add static in window-*.c and move some internal functions out of tmux.h. | Nicholas Marriott |
2016-10-11 | Support double and triple clicks (they are cumulative, so double is | Nicholas Marriott |
2016-10-11 | Fundamental change to how copy mode key bindings work: | Nicholas Marriott |
2016-10-11 | Support UTF-8 entry into the command prompt. | Nicholas Marriott |
2016-10-10 | Do not allow the opposite pane to resize when dragging with the mouse | Nicholas Marriott |
2016-10-10 | Some more static. | Nicholas Marriott |
2016-10-09 | Make the CLIENT_STATUS flag imply that pane status lines are redrawn if | Nicholas Marriott |
2016-10-05 | Keep buffer creation time and add accessors for it and the order number. | Nicholas Marriott |
2016-09-28 | Rate limit TIOCSWINSZ on a timer to avoid programs getting hammered with | Nicholas Marriott |
2016-09-16 | Swap watermarks from high (4096) to low (128) when we get full buffers | Nicholas Marriott |
2016-09-12 | Allow repeat count to be specified in mode key tables with bind-key -R, | Nicholas Marriott |
2016-09-04 | Add support for performing a full width split (with splitw -f), rather | Nicholas Marriott |
2016-09-02 | Remember the number of lines scrolled into the history (versus cleared | Nicholas Marriott |
2016-08-03 | Fix minimum size when pane status line is enabled, reported by Y Petremann. | Nicholas Marriott |
2016-07-15 | Tweak output of environment logging. | Nicholas Marriott |
2016-07-15 | Log environment to new panes. | Nicholas Marriott |
2016-07-15 | Don't update cells in each block of data read from a pane immediately, | Nicholas Marriott |
2016-07-15 | Instead of representing colours in several different forms with various | Nicholas Marriott |
2016-06-16 | Allow a command to be specified to display-panes, similar to | Nicholas Marriott |
2016-06-15 | Copy mode needs to keep the original grid intact so it can copy from it | Nicholas Marriott |
2016-06-06 | Cache selected state so that cells going from selected to unselected are not | Nicholas Marriott |
2016-06-06 | Insert new panes after the pane being split in the list rather than | Nicholas Marriott |
2016-05-30 | Cache the window styles and do not look up the window-style options | Nicholas Marriott |
2016-05-27 | Use getprogname() instead of __progname to make portability easier. | Nicholas Marriott |
2016-05-12 | - Rework load_cfg() error handling a little. | Tim van der Molen |
2016-05-01 | Use the same code for half page scrolling as full, from Michal Mazurek. | Nicholas Marriott |
2016-04-30 | tty_client_ready can not be internal to tty.c again. | Nicholas Marriott |
2016-04-29 | Add option to include status text in the pane borders. If | Nicholas Marriott |
2016-04-29 | The backoff timer is causing no end of trouble with disconnected clients | Nicholas Marriott |
2016-04-29 | Make the grid_cell passed into screen_write_* const. | Nicholas Marriott |
2016-04-27 | Add next/previous paragraph, from J Raynor. | Nicholas Marriott |
2016-03-18 | Instead of reusing MouseUp at the finish of a drag, add a new key | Nicholas Marriott |
2016-03-02 | Handle wcwidth() and mbtowc() failures in better style and drop | Nicholas Marriott |
2016-03-01 | Use system wcwidth() instead of carrying around UTF-8 width tables. | Nicholas Marriott |
2016-01-31 | Whoops, need this for the previous reverse trim commit too. | Nicholas Marriott |
2016-01-29 | Support for RGB colour, using the extended cell mechanism to avoid | Nicholas Marriott |