aboutsummaryrefslogtreecommitdiff
path: root/window-choose.c
Commit message (Expand)AuthorAge
* Boldify windows with alerts in choose-* list.Nicholas Marriott2012-08-14
* Simplify width calculation (all numbers always sequential) and don'tNicholas Marriott2012-08-12
* Instead of numbering choose mode items 0-9a-z and then nothing, numberNicholas Marriott2012-08-11
* xfree is not particularly helpful, remove it. From Thomas Adam.Nicholas Marriott2012-07-10
* Provide common helper function for adding windows and sessions to chooseNicholas Marriott2012-06-25
* Clean up and simplify the choose mode code, from Thomas Adam.Nicholas Marriott2012-06-25
* Use a helper function to fire choose callback.Nicholas Marriott2012-04-23
* Support all four of the xterm mouse modes. Based on a diff from hsim atNicholas Marriott2010-12-29
* Pass in the session, rather than the client, to window modes' key()Nicholas Marriott2010-05-23
* Add scroll-up/scroll-down for choose/more mode, from Micah Cowan.Nicholas Marriott2010-02-01
* key should be an int not a char.Nicholas Marriott2010-01-11
* Massive spaces->tabs and trailing whitespace cleanup, hopefully for the lastNicholas Marriott2009-12-03
* Remove a couple of unused arguments where possible, and add /* ARGSUSED */ toNicholas Marriott2009-11-26
* In choose mode, assign each item a number or lowercase letter from thoseNicholas Marriott2009-11-17
* Clean up by introducing a wrapper struct for mouse clicks rather than passingNicholas Marriott2009-10-11
* Permit options such as status-bg to be configured using the entire 256 colourNicholas Marriott2009-09-10
* If colours are not supported by the terminal, try to emulate a colouredNicholas Marriott2009-08-05
* Add a mode-mouse option to prevent tmux taking over the mouse in choice or copyNicholas Marriott2009-07-30
* Next step towards customisable mode keys: build each default table of keys intoNicholas Marriott2009-07-28
* Change mode key bindings from big switches into a set of tables. Rather thanNicholas Marriott2009-07-27
* Get rid of empty mode_key_free function.Nicholas Marriott2009-07-27
* A similar for fix for window_choose: don't rely on the callback always beingNicholas Marriott2009-07-17
* Now that a UTF-8-capable puts function exists, use it for printing strings inNicholas Marriott2009-06-24
* Import tmux, a terminal multiplexor allowing (among other things) a singleNicholas Marriott2009-06-01