aboutsummaryrefslogtreecommitdiff
path: root/window-choose.c
Commit message (Collapse)AuthorAge
* Fix page down, again.Nicholas Marriott2009-01-29
|
* Mouse in copy mode.Nicholas Marriott2009-01-28
|
* * Better support for at least the most common variant of mouse input: parse ↵Nicholas Marriott2009-01-28
| | | | | | | it and adjust for different panes. Also support mouse in window/session choice mode. * Bring back the fancy window titles with session/window names: it is easy to work around problems with elinks (see FAQ).
* Allow status, mode and message attributes to be changed by three new ↵Nicholas Marriott2009-01-27
| | | | | | | options: status-attr, mode-attr, message-attr. A comma-separataed list is accepted containing: bright, dim, underscore, blink, reverse, hidden, italics, for example: set -g status-attr bright,blink From Josh Elsasser, thanks!
* Use reverse so status line etc works in terminals w/o colour.Nicholas Marriott2009-01-23
|
* Fix this properly...Nicholas Marriott2009-01-23
|
* Fix next/previous page. DOH.Nicholas Marriott2009-01-23
|
* find-window command.Nicholas Marriott2009-01-18
|
* Whoops. Shut up gcc.Nicholas Marriott2009-01-15
|
* Two new commands, choose-window and choose-session which work only when ↵Nicholas Marriott2009-01-15
bound to a key and allow the window or session to be selected from a list.