Age | Commit message (Expand) | Author |
2012-12-24 | Add -T option to select-window to toggle to last window if already | Nicholas Marriott |
2012-12-24 | Remove an unnecessary redraw, from Raghavendra D Prabhu. | Nicholas Marriott |
2012-10-26 | Make mouse event structure clearer by defining events (up, click, drag) | Nicholas Marriott |
2012-10-11 | Fix a use-after-free when collapsing the tree in choose mode, from | Nicholas Marriott |
2012-10-02 | Allow session tree (C-b s) to expand and collapse sessions with | Nicholas Marriott |
2012-09-03 | add cmd-choose-list to allow arbitrary options to be selected. From | Nicholas Marriott |
2012-08-27 | Instead of requiring a prompt to enter all numbers >10, go back to | Nicholas Marriott |
2012-08-14 | Boldify windows with alerts in choose-* list. | Nicholas Marriott |
2012-08-12 | Simplify width calculation (all numbers always sequential) and don't | Nicholas Marriott |
2012-08-11 | Instead of numbering choose mode items 0-9a-z and then nothing, number | Nicholas Marriott |
2012-07-10 | xfree is not particularly helpful, remove it. From Thomas Adam. | Nicholas Marriott |
2012-06-25 | Provide common helper function for adding windows and sessions to choose | Nicholas Marriott |
2012-06-25 | Clean up and simplify the choose mode code, from Thomas Adam. | Nicholas Marriott |
2012-04-23 | Use a helper function to fire choose callback. | Nicholas Marriott |
2010-12-29 | Support all four of the xterm mouse modes. Based on a diff from hsim at | Nicholas Marriott |
2010-05-23 | Pass in the session, rather than the client, to window modes' key() | Nicholas Marriott |
2010-02-01 | Add scroll-up/scroll-down for choose/more mode, from Micah Cowan. | Nicholas Marriott |
2010-01-11 | key should be an int not a char. | Nicholas Marriott |
2009-12-03 | Massive spaces->tabs and trailing whitespace cleanup, hopefully for the last | Nicholas Marriott |
2009-11-26 | Remove a couple of unused arguments where possible, and add /* ARGSUSED */ to | Nicholas Marriott |
2009-11-17 | In choose mode, assign each item a number or lowercase letter from those | Nicholas Marriott |
2009-10-11 | Clean up by introducing a wrapper struct for mouse clicks rather than passing | Nicholas Marriott |
2009-09-10 | Permit options such as status-bg to be configured using the entire 256 colour | Nicholas Marriott |
2009-08-05 | If colours are not supported by the terminal, try to emulate a coloured | Nicholas Marriott |
2009-07-30 | Add a mode-mouse option to prevent tmux taking over the mouse in choice or copy | Nicholas Marriott |
2009-07-28 | Next step towards customisable mode keys: build each default table of keys into | Nicholas Marriott |
2009-07-27 | Change mode key bindings from big switches into a set of tables. Rather than | Nicholas Marriott |
2009-07-27 | Get rid of empty mode_key_free function. | Nicholas Marriott |
2009-07-17 | A similar for fix for window_choose: don't rely on the callback always being | Nicholas Marriott |
2009-06-24 | Now that a UTF-8-capable puts function exists, use it for printing strings in | Nicholas Marriott |
2009-06-01 | Import tmux, a terminal multiplexor allowing (among other things) a single | Nicholas Marriott |