summaryrefslogtreecommitdiffstats
path: root/status.c
AgeCommit message (Expand)Author
2008-12-08Make window options work the same was as session options, add mode-fg/mode-bg...Nicholas Marriott
2008-12-05Ability to show window title on status line.Nicholas Marriott
2008-11-16Keep stack of previous windows.Nicholas Marriott
2008-09-29Clear status bar cell.Nicholas Marriott
2008-09-26Trim.Nicholas Marriott
2008-09-25time.hNicholas Marriott
2008-09-25Internal screen data rewrite for better 256 colour/UTF-8 support.Nicholas Marriott
2008-09-08Fix bold/non-bold mismatch in 256 colour mode by adding an extra 8 bits (ick)...Nicholas Marriott
2008-09-08Initial 256 colour support, lightly tested.Nicholas Marriott
2008-08-28Support OS X by moving to gettimeofday(2) and adding poll compat from OpenSSH.Nicholas Marriott
2008-06-27Fix scrolling.Nicholas Marriott
2008-06-23Split internal status-colour into status-fg/status-bg options and lose workar...Nicholas Marriott
2008-06-23IRIX fixes, sort of partly work.Nicholas Marriott
2008-06-23IRIX fixes thanks to Elias Pipping.Nicholas Marriott
2008-06-23Split options into a table to allow abbreviations.Nicholas Marriott
2008-06-21Simple tab completion of option names in command prompt.Nicholas Marriott
2008-06-19Use a fake cursor to avoid problems with real one when activity happens in wi...Nicholas Marriott
2008-06-19status-lines -> status, prefix-key -> prefixNicholas Marriott
2008-06-19Handle empty strings as escape.Nicholas Marriott
2008-06-19No space after prompt.Nicholas Marriott
2008-06-19Editable prompt. Not used for anything yet. More to come.Nicholas Marriott
2008-06-19Show status messages without blocking the server.Nicholas Marriott
2008-06-18Trimify.Nicholas Marriott
2008-06-18Fix a couple of bugs. Handle 0 width properly (w/o overflow), and draw left <...Nicholas Marriott
2008-06-18Display <> for more windows and highlight if activity.Nicholas Marriott
2008-06-18Scroll status line to show windows off-screen.Nicholas Marriott
2008-06-15Add a couple of extra option types, and implement show-options command.Nicholas Marriott
2008-06-14New window options: force-width and force-height. This will force a window toNicholas Marriott
2008-06-07Use a socketpair to synchronise server startup.Nicholas Marriott
2008-06-07Make status-interval actually changeable.Nicholas Marriott
2008-06-06Some Linux fixes; some code tidying. Don't redraw status bar so often.Nicholas Marriott
2008-06-04Add activity monitoring, also invert items on taskbar which have activity.Nicholas Marriott
2008-06-04Status bar left and right strings (set with status-left and status-right), an...Nicholas Marriott
2008-06-03Per-session configuration options.Nicholas Marriott
2008-01-03Some key tweaks, fix status bar to not rely on attr.Nicholas Marriott
2008-01-03This was wrong...Nicholas Marriott
2008-01-03Write status across entire line.Nicholas Marriott
2007-12-06Major reorganisation of screen handling.Nicholas Marriott
2007-11-27Big internal reorganisation to move tty control into parent.Nicholas Marriott
2007-11-22Partial copy mode. Currently does the same as scroll mode but using a cursor....Nicholas Marriott
2007-11-22Oops, missing one BACKGOUND.Nicholas Marriott
2007-11-21Sort out cursors with a new flag - BACKGROUND - for window modes. Free text o...Nicholas Marriott
2007-11-21Initial history support.Nicholas Marriott
2007-11-20Fix a format string bug and sprinkle some printflikes.Nicholas Marriott
2007-10-30%u -> %d for indexes. Some lint fixes.Nicholas Marriott
2007-10-26Reorg window data structures. Add an intermediate data type (struct winlink) ...Nicholas Marriott
2007-10-12Change to show flag char rather than change colour on bell.Nicholas Marriott
2007-10-12set status, status-fg, status-bg.Nicholas Marriott
2007-10-12Mark windows in yellow on status line when bell.Nicholas Marriott
2007-10-04Incomplete resize support.Nicholas Marriott