summaryrefslogtreecommitdiffstats
path: root/status.c
AgeCommit message (Expand)Author
2012-01-29Add an option to move the status line to the top of the screen,Nicholas Marriott
2012-01-26Terminate strftime buffer properly even if a really long format stringNicholas Marriott
2012-01-26Fix memory leak in error path, from Tiago Cunha.Nicholas Marriott
2012-01-20Add some trivial additional status line attributes from jwcxz at usersNicholas Marriott
2012-01-20Add space movement keys for vi mode in the status line from Ben Boeckel.Nicholas Marriott
2011-12-01Make M-f and M-b work the same at the command prompt as in copy mode,Nicholas Marriott
2011-11-15Add word movement and editing command for command prompt editing, fromNicholas Marriott
2011-11-15Make window_pane_index work the same as window_index, from Ben Boeckel.Nicholas Marriott
2011-11-05Option to change status line (message) background when using vi keys andNicholas Marriott
2011-08-20Fix a couple of memory leaks, from marcel partap.Nicholas Marriott
2011-07-08Make confirm-before prompt customizable with -p option likeNicholas Marriott
2011-07-02Allow the initial context on prompts to be set with the new -I option toNicholas Marriott
2011-04-29Only redraw the status line on command update, not the entire clientNicholas Marriott
2011-04-24Provide #h for short hostname (no domain) from Michal Mazurek.Nicholas Marriott
2011-04-18Add an option (mouse-select-window) which allows the mouse to be used byNicholas Marriott
2011-03-29Change -t on display-message to be target-pane for the #[A-Z]Nicholas Marriott
2011-01-26Simplify the way jobs work and drop the persist type, so all jobs areNicholas Marriott
2011-01-03Handle a # at the end of a replacement string (such as status-left)Nicholas Marriott
2011-01-01Move the user-visible parts of all options (names, types, limit, defaultNicholas Marriott
2010-12-30Change from a per-session stack of buffers to one global stack which isNicholas Marriott
2010-12-30Add a function to create window flags rather than doing the same thingNicholas Marriott
2010-12-11Oops, these functions return a const char *, so make the local variableNicholas Marriott
2010-12-11Make the prompt history global for all clients which is much more useful than...Nicholas Marriott
2010-12-06Add an option to alert (monitor) for silence (lack of activity) in aNicholas Marriott
2010-06-21Having a list of winlinks->alerts for each session is stupid, just storeNicholas Marriott
2010-05-14Colour+attribute options for status line alerts, from Alex Alexander.Nicholas Marriott
2010-03-31Don't accept keys with modifiers as input. Fixes crash reported by BrianNicholas Marriott
2010-03-27Don't leak job command in #().Nicholas Marriott
2010-03-22Dead functions, lint.Nicholas Marriott
2010-01-27Calculate offset correctly, fixes incorrect offset and prevents crash whenNicholas Marriott
2010-01-26Actually use the copy made when no newline is found, from martynas@.Nicholas Marriott
2009-12-14Add server options to completion as well.Nicholas Marriott
2009-12-03Massive spaces->tabs and trailing whitespace cleanup, hopefully for the lastNicholas Marriott
2009-12-03Eliminate duplicate code and ease the passage for server-wide options by addingNicholas Marriott
2009-11-26Tidy up various bits of the paste code, make the data buffer char * and addNicholas Marriott
2009-11-26Remove a couple of unused arguments where possible, and add /* ARGSUSED */ toNicholas Marriott
2009-11-20Display UTF-8 properly in status line messages and prompt. Cursor handling isNicholas Marriott
2009-11-20Remove oldest messages from log when limit is hit, not newest.Nicholas Marriott
2009-11-19Get some brackets in the right place so ## works. Also fix a space in aNicholas Marriott
2009-11-19Change status line drawing to create the window list in a separate screen andNicholas Marriott
2009-11-19Two new options, window-status-format and window-status-current-format, whichNicholas Marriott
2009-11-19Tidy up by breaking the # replacement code into a separate function, also add aNicholas Marriott
2009-11-19Don't interpret #() for display-message, it usually doesn't make sense and mayNicholas Marriott
2009-11-18Add a per-client log of status line messages displayed while that clientNicholas Marriott
2009-11-17Permit top-bit-set characters to be entered in the status line. They couldNicholas Marriott
2009-11-04Use timeout events for the identify and message timers.Nicholas Marriott
2009-11-04Switch jobs over to use a bufferevent.Nicholas Marriott
2009-11-04Unused (but assigned to) variable, found by lint.Nicholas Marriott
2009-11-01Add a flag for jobs that shouldn't be freed after they've died and use it forNicholas Marriott
2009-10-10Rather than running status-left, status-right and window title #() with popenNicholas Marriott