summaryrefslogtreecommitdiffstats
path: root/status.c
AgeCommit message (Expand)Author
2009-10-11Sync OpenBSD patchset 371:Tiago Cunha
2009-09-25Sync OpenBSD patchset 351:Tiago Cunha
2009-09-23Sync OpenBSD patchset 347:Tiago Cunha
2009-09-20Sync OpenBSD patchset 332:Tiago Cunha
2009-09-11Sync OpenBSD patchset 322:Tiago Cunha
2009-09-07Sync OpenBSD patchset 318:Tiago Cunha
2009-09-07Sync OpenBSD patchset 317:Tiago Cunha
2009-09-02Sync OpenBSD patchset 307:Tiago Cunha
2009-09-02Sync OpenBSD patchset 304:Tiago Cunha
2009-08-31Sync OpenBSD patchset 302:Tiago Cunha
2009-08-20Sync OpenBSD patchset 276:Tiago Cunha
2009-08-20Sync OpenBSD patchset 265:Tiago Cunha
2009-08-16Sync OpenBSD patchset 261:Tiago Cunha
2009-08-09Sync OpenBSD patchset 229:Tiago Cunha
2009-08-09Sync OpenBSD patchset 220:Tiago Cunha
2009-07-30Sync OpenBSD patchset 207:Tiago Cunha
2009-07-28Sync OpenBSD patchset 192:Tiago Cunha
2009-07-28Sync OpenBSD patchset 189:Tiago Cunha
2009-07-28Sync OpenBSD patchset 188:Tiago Cunha
2009-07-28Sync OpenBSD patchset 187:Tiago Cunha
2009-07-28Sync OpenBSD patchset 183:Tiago Cunha
2009-07-22Sync OpenBSD patchset 153:Tiago Cunha
2009-07-20Sync OpenBSD patchset 147:Tiago Cunha
2009-07-20Sync OpenBSD patchset 146:Tiago Cunha
2009-07-17- New command display-message (alias display) to display a message in theTiago Cunha
2009-07-17Memory could be leaked if a second prompt or message appeared while another wasNicholas Marriott
2009-07-17Remove some duplicate code that was causing the status line to be redrawn evenNicholas Marriott
2009-07-15Make status_message_set a variadic printf-like function. No functional change -Nicholas Marriott
2009-07-15Having to update NSETOPTION/NSETWINDOWOPTION when adding new options is a bitNicholas Marriott
2009-07-15For some reason when clearing status/message it was redrawing the entire clientNicholas Marriott
2009-07-15Instead of faking up a status line in status_redraw, use the same code toNicholas Marriott
2009-07-14Add a "back to indentation" key in copy mode to move the cursor to the firstNicholas Marriott
2009-07-01$Id$.Nicholas Marriott
2009-06-26Status line fixes: don't truncate status-right now the length calculation isNicholas Marriott
2009-06-25Whitespace and more syncing.Nicholas Marriott
2009-06-25Restore $Id$ and add script to do so.Nicholas Marriott
2009-06-25If the prompt is hidden or a password is sent with -U, zero it before freeingNicholas Marriott
2009-06-25New session option, status-utf8, to control the interpretation of top-bit-setNicholas Marriott
2009-06-25Add a UTF-8 aware string length function and make UTF-8 inNicholas Marriott
2009-05-29Don't show real character under cursor when hidden. Doh.Nicholas Marriott
2009-05-19- New window option monitor-content to search for a string in a window, andTiago Cunha
2009-05-17Move dist.mk to tools/.Nicholas Marriott
2009-05-14Keys in status line (p in vi mode, M-y in emacs) to paste the first line of t...Nicholas Marriott
2009-05-13Everything supported has working vsnprintf.Nicholas Marriott
2009-05-13Rename all feature flags to HAVE_* and move out of makefiles into a configureNicholas Marriott
2009-04-27Convert hidden flag to a full flags word for the status line and add a flag toNicholas Marriott
2009-04-27Avoid using the prompt history when the server is locked, and prevent anyTiago Cunha
2009-02-13Redo mode keys slightly more cleanly and apply them to command prompt editing...Nicholas Marriott
2009-02-13Move status prompt/message init and teardown into status.c.Nicholas Marriott
2009-02-11Move sx,sy into tty rather than client.Nicholas Marriott