aboutsummaryrefslogtreecommitdiff
path: root/status.c
Commit message (Expand)AuthorAge
* 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
* Show status messages without blocking the server.Nicholas Marriott2008-06-19
* Trimify.Nicholas Marriott2008-06-18
* Fix a couple of bugs. Handle 0 width properly (w/o overflow), and draw left <...Nicholas Marriott2008-06-18
* Display <> for more windows and highlight if activity.Nicholas Marriott2008-06-18
* Scroll status line to show windows off-screen.Nicholas Marriott2008-06-18
* Add a couple of extra option types, and implement show-options command.Nicholas Marriott2008-06-15
* New window options: force-width and force-height. This will force a window toNicholas Marriott2008-06-14
* Use a socketpair to synchronise server startup.Nicholas Marriott2008-06-07
* Make status-interval actually changeable.Nicholas Marriott2008-06-07
* Some Linux fixes; some code tidying. Don't redraw status bar so often.Nicholas Marriott2008-06-06
* Add activity monitoring, also invert items on taskbar which have activity.Nicholas Marriott2008-06-04
* Status bar left and right strings (set with status-left and status-right), an...Nicholas Marriott2008-06-04
* Per-session configuration options.Nicholas Marriott2008-06-03
* Some key tweaks, fix status bar to not rely on attr.Nicholas Marriott2008-01-03
* This was wrong...Nicholas Marriott2008-01-03
* Write status across entire line.Nicholas Marriott2008-01-03
* Major reorganisation of screen handling.Nicholas Marriott2007-12-06
* Big internal reorganisation to move tty control into parent.Nicholas Marriott2007-11-27