aboutsummaryrefslogtreecommitdiff
path: root/status.c
Commit message (Expand)AuthorAge
* Change -t on display-message to be target-pane for the #[A-Z]Nicholas Marriott2011-03-29
* Simplify the way jobs work and drop the persist type, so all jobs areNicholas Marriott2011-01-26
* Handle a # at the end of a replacement string (such as status-left)Nicholas Marriott2011-01-03
* Move the user-visible parts of all options (names, types, limit, defaultNicholas Marriott2011-01-01
* Change from a per-session stack of buffers to one global stack which isNicholas Marriott2010-12-30
* Add a function to create window flags rather than doing the same thingNicholas Marriott2010-12-30
* Oops, these functions return a const char *, so make the local variableNicholas Marriott2010-12-11
* Make the prompt history global for all clients which is much more useful than...Nicholas Marriott2010-12-11
* Add an option to alert (monitor) for silence (lack of activity) in aNicholas Marriott2010-12-06
* Having a list of winlinks->alerts for each session is stupid, just storeNicholas Marriott2010-06-21
* Colour+attribute options for status line alerts, from Alex Alexander.Nicholas Marriott2010-05-14
* Don't accept keys with modifiers as input. Fixes crash reported by BrianNicholas Marriott2010-03-31
* Don't leak job command in #().Nicholas Marriott2010-03-27
* Dead functions, lint.Nicholas Marriott2010-03-22
* Calculate offset correctly, fixes incorrect offset and prevents crash whenNicholas Marriott2010-01-27
* Actually use the copy made when no newline is found, from martynas@.Nicholas Marriott2010-01-26
* Add server options to completion as well.Nicholas Marriott2009-12-14
* Massive spaces->tabs and trailing whitespace cleanup, hopefully for the lastNicholas Marriott2009-12-03
* Eliminate duplicate code and ease the passage for server-wide options by addingNicholas Marriott2009-12-03
* Tidy up various bits of the paste code, make the data buffer char * and addNicholas Marriott2009-11-26
* Remove a couple of unused arguments where possible, and add /* ARGSUSED */ toNicholas Marriott2009-11-26
* Display UTF-8 properly in status line messages and prompt. Cursor handling isNicholas Marriott2009-11-20
* Remove oldest messages from log when limit is hit, not newest.Nicholas Marriott2009-11-20
* Get some brackets in the right place so ## works. Also fix a space in aNicholas Marriott2009-11-19
* Change status line drawing to create the window list in a separate screen andNicholas Marriott2009-11-19
* Two new options, window-status-format and window-status-current-format, whichNicholas Marriott2009-11-19
* Tidy up by breaking the # replacement code into a separate function, also add aNicholas Marriott2009-11-19
* Don't interpret #() for display-message, it usually doesn't make sense and mayNicholas Marriott2009-11-19
* Add a per-client log of status line messages displayed while that clientNicholas Marriott2009-11-18
* Permit top-bit-set characters to be entered in the status line. They couldNicholas Marriott2009-11-17
* Use timeout events for the identify and message timers.Nicholas Marriott2009-11-04
* Switch jobs over to use a bufferevent.Nicholas Marriott2009-11-04
* Unused (but assigned to) variable, found by lint.Nicholas Marriott2009-11-04
* Add a flag for jobs that shouldn't be freed after they've died and use it forNicholas Marriott2009-11-01
* Rather than running status-left, status-right and window title #() with popenNicholas Marriott2009-10-10
* Add "grouped sessions" which have independent name, options, current window andNicholas Marriott2009-10-10
* Remove PROMPT_HIDDEN code which is now unused.Nicholas Marriott2009-09-23
* Remove the internal tmux locking and instead detach each client and run theNicholas Marriott2009-09-23
* Regularise some fatal messages.Nicholas Marriott2009-09-20
* Permit options such as status-bg to be configured using the entire 256 colourNicholas Marriott2009-09-10
* Give each paste buffer a size member instead of requiring them to beNicholas Marriott2009-09-07
* Permit embedded colour and attributes in status-left and status-right using newNicholas Marriott2009-09-07
* Add a transpose-chars command in edit mode (C-t in emacs mode only). From KalleNicholas Marriott2009-09-02
* Use "Password:" with no space for password prompts and don't display a *s forNicholas Marriott2009-09-01
* Add a new display-panes command, with two options (display-panes-colour andNicholas Marriott2009-08-31
* Extend command-prompt with a -p option which is a comma-separated list of oneNicholas Marriott2009-08-19
* Add a "delete line" key when editing in the status line or the search up/downNicholas Marriott2009-08-18
* Switch the prompt code to return an empty string when the user enters noNicholas Marriott2009-08-13
* Options to set the colours and attributes for status-left/-right. From ThomasNicholas Marriott2009-08-08
* If colours are not supported by the terminal, try to emulate a colouredNicholas Marriott2009-08-05