aboutsummaryrefslogtreecommitdiff
path: root/status.c
Commit message (Expand)AuthorAge
* Move dist.mk to tools/.Nicholas Marriott2009-05-17
* Keys in status line (p in vi mode, M-y in emacs) to paste the first line of t...Nicholas Marriott2009-05-14
* Everything supported has working vsnprintf.Nicholas Marriott2009-05-13
* Rename all feature flags to HAVE_* and move out of makefiles into a configureNicholas Marriott2009-05-13
* Convert hidden flag to a full flags word for the status line and add a flag toNicholas Marriott2009-04-27
* Avoid using the prompt history when the server is locked, and prevent anyTiago Cunha2009-04-27
* Redo mode keys slightly more cleanly and apply them to command prompt editing...Nicholas Marriott2009-02-13
* Move status prompt/message init and teardown into status.c.Nicholas Marriott2009-02-13
* Move sx,sy into tty rather than client.Nicholas Marriott2009-02-11
* Don't redraw status line unless it has actually changed. Stops extraneousNicholas Marriott2009-02-10
* Support commands with right parenthesis. From nicm and me.Tiago Cunha2009-02-01
* Set colour of window entry in status line based on window options.Nicholas Marriott2009-01-30
* Support #(command) in status-left, and status-right.Tiago Cunha2009-01-29
* Allow status, mode and message attributes to be changed by three new options:...Nicholas Marriott2009-01-27
* Use reverse so status line etc works in terminals w/o colour.Nicholas Marriott2009-01-23
* Fix various silly problems with status line off.Nicholas Marriott2009-01-19
* Use reverse rather than background which doesn't show up when terminal doesn'tNicholas Marriott2009-01-19
* Tidy a few warnings.Nicholas Marriott2009-01-17
* Support #S #H in status-left/right.Nicholas Marriott2009-01-15
* Multiple window splitting.Nicholas Marriott2009-01-14
* Make the window pane code handle panes of different sizes, and add a -l and -...Nicholas Marriott2009-01-12
* Window splitting. Two vertical panes fixed 50% each. This is a huge diff, sti...Nicholas Marriott2009-01-11
* Server locking. set-password and lock-server commands, plus automatic locking.Nicholas Marriott2009-01-11
* Trim spaces.Nicholas Marriott2009-01-10
* Give up the farce of caring about any keys aside from the ones in the screen ...Nicholas Marriott2009-01-08
* +comment.Nicholas Marriott2009-01-07
* Stray debug message.Nicholas Marriott2009-01-06
* Complete option names as well.Nicholas Marriott2009-01-06
* Prompt history.Nicholas Marriott2009-01-06
* Make window options work the same was as session options, add mode-fg/mode-bg...Nicholas Marriott2008-12-08
* Ability to show window title on status line.Nicholas Marriott2008-12-05
* Keep stack of previous windows.Nicholas Marriott2008-11-16
* Clear status bar cell.Nicholas Marriott2008-09-29
* Trim.Nicholas Marriott2008-09-26
* time.hNicholas Marriott2008-09-25
* Internal screen data rewrite for better 256 colour/UTF-8 support.Nicholas Marriott2008-09-25
* Fix bold/non-bold mismatch in 256 colour mode by adding an extra 8 bits (ick)...Nicholas Marriott2008-09-08
* Initial 256 colour support, lightly tested.Nicholas Marriott2008-09-08
* Support OS X by moving to gettimeofday(2) and adding poll compat from OpenSSH.Nicholas Marriott2008-08-28
* Fix scrolling.Nicholas Marriott2008-06-27
* Split internal status-colour into status-fg/status-bg options and lose workar...Nicholas Marriott2008-06-23
* IRIX fixes, sort of partly work.Nicholas Marriott2008-06-23
* IRIX fixes thanks to Elias Pipping.Nicholas Marriott2008-06-23
* Split options into a table to allow abbreviations.Nicholas Marriott2008-06-23
* Simple tab completion of option names in command prompt.Nicholas Marriott2008-06-21
* Use a fake cursor to avoid problems with real one when activity happens in wi...Nicholas Marriott2008-06-19
* status-lines -> status, prefix-key -> prefixNicholas Marriott2008-06-19
* Handle empty strings as escape.Nicholas Marriott2008-06-19
* No space after prompt.Nicholas Marriott2008-06-19
* Editable prompt. Not used for anything yet. More to come.Nicholas Marriott2008-06-19