Age | Commit message (Expand) | Author |
2015-11-12 | Support UTF-8 key bindings by expanding the key type from int to | Nicholas Marriott |
2015-11-05 | Pass through right click if mouse is on, from Patrick Palka. | Nicholas Marriott |
2015-10-27 | Use copy-mode -et= in WheelUpPane binding, from Patrick Palka. | Nicholas Marriott |
2015-10-26 | Default bindings for mouse wheel on status line to change window (like | Nicholas Marriott |
2015-10-21 | By popular demand add a default binding for mouse wheel up to scroll | Nicholas Marriott |
2015-06-05 | Make it so that if a window or session target is prefixed with an =, | Nicholas Marriott |
2015-06-04 | Add support for a single "marked pane". There is one marked pane in the | Nicholas Marriott |
2015-05-07 | Style spacing nits. | Nicholas Marriott |
2015-04-25 | Fix some char* -> char *. | Nicholas Marriott |
2015-04-21 | Bind mouse dragging so that it is passed through to applications if they | Nicholas Marriott |
2015-04-20 | Support for multiple key tables to commands to be bound to sequences of | Nicholas Marriott |
2015-04-19 | Rewrite of tmux mouse support which was a mess. Instead of having | Nicholas Marriott |
2014-10-22 | Fix some spacing nits. | Nicholas Marriott |
2014-10-20 | Instead of setting up the default keys by building the key struct | Nicholas Marriott |
2014-05-14 | Now that cmdlists are reference counted, there is no need for two-step | Nicholas Marriott |
2014-04-17 | Remove the "info" message mechanism, this was only used for about five | Nicholas Marriott |
2013-03-24 | Add resize-pane -Z to temporary zoom the active pane to occupy the full | Nicholas Marriott |
2013-03-24 | Add a command queue to standardize and simplify commands that call other | Nicholas Marriott |
2013-03-22 | Need to set clients in context before changing their reference count. | Nicholas Marriott |
2013-03-22 | Remove unnecessary initializers of cmd_ctx. | Nicholas Marriott |
2013-03-22 | Add functions to allocate and free command contexts rather than doing it | Nicholas Marriott |
2013-01-17 | Remove the layout undo/redo code which never really worked. | Nicholas Marriott |
2012-07-10 | xfree is not particularly helpful, remove it. From Thomas Adam. | Nicholas Marriott |
2012-07-08 | Add choose-tree command to show windows and sessions in the same | Nicholas Marriott |
2012-06-18 | Add a couple of NULL pointer checks to key binding functions, from | Nicholas Marriott |
2012-04-01 | Add a layout history which can be stepped through with select-layout -u | Nicholas Marriott |
2012-01-21 | Use RB trees not SPLAY. | Nicholas Marriott |
2011-07-03 | Include the existing window and session name in the prompt when renaming | Nicholas Marriott |
2011-01-04 | Clean up and simplify tmux command argument parsing. | Nicholas Marriott |
2010-12-11 | Track the last session for a client and add a flag to switch-client and | Nicholas Marriott |
2010-10-23 | Add a last-pane command (bound to ; by default). Requested ages ago by | Nicholas Marriott |
2010-09-08 | Add -n and -p flags to switch-client to move to the next and previous | Nicholas Marriott |
2010-06-26 | Setting the cmdlist pointer in the bind-key to NULL to prevent it being freed | Nicholas Marriott |
2010-06-21 | Add a choose-buffer command for easier use of the paste buffer stack. | Nicholas Marriott |
2010-05-05 | Identical behaviour to select-prompt can now be obtained with | Nicholas Marriott |
2010-04-25 | Add a tiled layout, originally from Liam Bedford a while ago, fixed up | Nicholas Marriott |
2010-04-06 | Merge copy mode and output mode, dropping the latter. Idea and code from | Nicholas Marriott |
2010-03-22 | Support up, down, left, right movement through panes with -UDLR flags to | Nicholas Marriott |
2010-02-06 | Support attaching a client read-only with a new -r flag to the attach-session | Nicholas Marriott |
2009-12-10 | Add "server options" which are server-wide and not bound to a session or | Nicholas Marriott |
2009-12-03 | Massive spaces->tabs and trailing whitespace cleanup, hopefully for the last | Nicholas Marriott |
2009-11-18 | Add a per-client log of status line messages displayed while that client | Nicholas Marriott |
2009-11-13 | Zap unused functions, prompted by deraadt. | Nicholas Marriott |
2009-10-06 | Remove scroll mode which is now redundant, copy mode should be used instead. | Nicholas Marriott |
2009-08-31 | Add a new display-panes command, with two options (display-panes-colour and | Nicholas Marriott |
2009-08-25 | Add a choose-client command and extend choose-{session,window} to accept a | Nicholas Marriott |
2009-08-23 | The cursession member in struct cmd_ctx is always either curclient->session or | Nicholas Marriott |
2009-07-24 | Permit commands to be bound to key presses without the prefix key first. The | Nicholas Marriott |
2009-07-21 | Tidy up keys: use an enum for the key codes, and remove the macros which just | Nicholas Marriott |
2009-07-19 | Improved layout code. | Nicholas Marriott |