summaryrefslogtreecommitdiffstats
path: root/status.c
AgeCommit message (Expand)Author
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
2009-10-10Add "grouped sessions" which have independent name, options, current window andNicholas Marriott
2009-09-23Remove PROMPT_HIDDEN code which is now unused.Nicholas Marriott
2009-09-23Remove the internal tmux locking and instead detach each client and run theNicholas Marriott
2009-09-20Regularise some fatal messages.Nicholas Marriott
2009-09-10Permit options such as status-bg to be configured using the entire 256 colourNicholas Marriott
2009-09-07Give each paste buffer a size member instead of requiring them to beNicholas Marriott
2009-09-07Permit embedded colour and attributes in status-left and status-right using newNicholas Marriott
2009-09-02Add a transpose-chars command in edit mode (C-t in emacs mode only). From KalleNicholas Marriott
2009-09-01Use "Password:" with no space for password prompts and don't display a *s forNicholas Marriott
2009-08-31Add a new display-panes command, with two options (display-panes-colour andNicholas Marriott
2009-08-19Extend command-prompt with a -p option which is a comma-separated list of oneNicholas Marriott
2009-08-18Add a "delete line" key when editing in the status line or the search up/downNicholas Marriott
2009-08-13Switch the prompt code to return an empty string when the user enters noNicholas Marriott
2009-08-08Options to set the colours and attributes for status-left/-right. From ThomasNicholas Marriott
2009-08-05If colours are not supported by the terminal, try to emulate a colouredNicholas Marriott
2009-07-30Plug some memory leaks.Nicholas Marriott
2009-07-28Next step towards customisable mode keys: build each default table of keys intoNicholas Marriott
2009-07-27Change mode key bindings from big switches into a set of tables. Rather thanNicholas Marriott
2009-07-27Get rid of empty mode_key_free function.Nicholas Marriott
2009-07-27Add a key to delete to end of line at the prompt (^K in emacs mode, C/D in vi).Nicholas Marriott
2009-07-26Calculate the space available for the prompt buffer and the cursor positionNicholas Marriott
2009-07-21Remove a couple of unused functions and fix a type ("FALLTHOUGH"), found byNicholas Marriott
2009-07-20Add a status-justify option to allow the window list in the status line to beNicholas Marriott
2009-07-20New options, window-status-current-{fg,bg,attr}, to set the fg, bg andNicholas Marriott