aboutsummaryrefslogtreecommitdiff
path: root/status.c
Commit message (Expand)AuthorAge
* Sync OpenBSD patchset 188:Tiago Cunha2009-07-28
* Sync OpenBSD patchset 187:Tiago Cunha2009-07-28
* Sync OpenBSD patchset 183:Tiago Cunha2009-07-28
* Sync OpenBSD patchset 153:Tiago Cunha2009-07-22
* Sync OpenBSD patchset 147:Tiago Cunha2009-07-20
* Sync OpenBSD patchset 146:Tiago Cunha2009-07-20
* - New command display-message (alias display) to display a message in theTiago Cunha2009-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-17
* 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-15
* Instead of faking up a status line in status_redraw, use the same code toNicholas Marriott2009-07-15
* Add a "back to indentation" key in copy mode to move the cursor to the firstNicholas Marriott2009-07-14
* $Id$.Nicholas Marriott2009-07-01
* Status line fixes: don't truncate status-right now the length calculation isNicholas Marriott2009-06-26
* Whitespace and more syncing.Nicholas Marriott2009-06-25
* Restore $Id$ and add script to do so.Nicholas Marriott2009-06-25
* If the prompt is hidden or a password is sent with -U, zero it before freeingNicholas Marriott2009-06-25
* New session option, status-utf8, to control the interpretation of top-bit-setNicholas Marriott2009-06-25
* Add a UTF-8 aware string length function and make UTF-8 inNicholas Marriott2009-06-25
* Don't show real character under cursor when hidden. Doh.Nicholas Marriott2009-05-29
* - New window option monitor-content to search for a string in a window, andTiago Cunha2009-05-19
* 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