aboutsummaryrefslogtreecommitdiff
path: root/status.c
Commit message (Expand)AuthorAge
* Rather than running status-left, status-right and window title #() with popenNicholas Marriott2009-10-10
* Add "grouped sessions" which have independent name, options, current window andNicholas Marriott2009-10-10
* Remove PROMPT_HIDDEN code which is now unused.Nicholas Marriott2009-09-23
* Remove the internal tmux locking and instead detach each client and run theNicholas Marriott2009-09-23
* Regularise some fatal messages.Nicholas Marriott2009-09-20
* Permit options such as status-bg to be configured using the entire 256 colourNicholas Marriott2009-09-10
* Give each paste buffer a size member instead of requiring them to beNicholas Marriott2009-09-07
* Permit embedded colour and attributes in status-left and status-right using newNicholas Marriott2009-09-07
* Add a transpose-chars command in edit mode (C-t in emacs mode only). From KalleNicholas Marriott2009-09-02
* Use "Password:" with no space for password prompts and don't display a *s forNicholas Marriott2009-09-01
* Add a new display-panes command, with two options (display-panes-colour andNicholas Marriott2009-08-31
* Extend command-prompt with a -p option which is a comma-separated list of oneNicholas Marriott2009-08-19
* Add a "delete line" key when editing in the status line or the search up/downNicholas Marriott2009-08-18
* Switch the prompt code to return an empty string when the user enters noNicholas Marriott2009-08-13
* Options to set the colours and attributes for status-left/-right. From ThomasNicholas Marriott2009-08-08
* If colours are not supported by the terminal, try to emulate a colouredNicholas Marriott2009-08-05
* Plug some memory leaks.Nicholas 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
* Add a key to delete to end of line at the prompt (^K in emacs mode, C/D in vi).Nicholas Marriott2009-07-27
* Calculate the space available for the prompt buffer and the cursor positionNicholas Marriott2009-07-26
* Remove a couple of unused functions and fix a type ("FALLTHOUGH"), found byNicholas Marriott2009-07-21
* Add a status-justify option to allow the window list in the status line to beNicholas Marriott2009-07-20
* New options, window-status-current-{fg,bg,attr}, to set the fg, bg andNicholas Marriott2009-07-20
* - New command display-message (alias display) to display a message in theNicholas Marriott2009-07-17
* Memory could be leaked if a second prompt or message appeared while another wasNicholas Marriott2009-07-17
* Remove some duplicate code that was causing the status line to be redrawn evenNicholas Marriott2009-07-16
* Make status_message_set a variadic printf-like function. No functional change -Nicholas Marriott2009-07-15
* Having to update NSETOPTION/NSETWINDOWOPTION when adding new options is a bitNicholas Marriott2009-07-15
* For some reason when clearing status/message it was redrawing the entire clientNicholas Marriott2009-07-14
* Instead of faking up a status line in status_redraw, use the same code toNicholas Marriott2009-07-14
* Add a "back to indentation" key in copy mode to move the cursor to the firstNicholas Marriott2009-07-12
* Status line fixes: don't truncate status-right now the length calculation isNicholas Marriott2009-06-26
* If the prompt is hidden or a password is sent with -U, zero it before freeingNicholas Marriott2009-06-04
* New session option, status-utf8, to control the interpretation of top-bit-setNicholas Marriott2009-06-03
* Add a UTF-8 aware string length function and make UTF-8 inNicholas Marriott2009-06-03
* Import tmux, a terminal multiplexor allowing (among other things) a singleNicholas Marriott2009-06-01