Age | Commit message (Expand) | Author |
2011-08-20 | Fix a couple of memory leaks, from marcel partap. | Nicholas Marriott |
2011-07-08 | Make confirm-before prompt customizable with -p option like | Nicholas Marriott |
2011-07-02 | Allow the initial context on prompts to be set with the new -I option to | Nicholas Marriott |
2011-04-29 | Only redraw the status line on command update, not the entire client | Nicholas Marriott |
2011-04-24 | Provide #h for short hostname (no domain) from Michal Mazurek. | Nicholas Marriott |
2011-04-18 | Add an option (mouse-select-window) which allows the mouse to be used by | Nicholas Marriott |
2011-03-29 | Change -t on display-message to be target-pane for the #[A-Z] | Nicholas Marriott |
2011-01-26 | Simplify the way jobs work and drop the persist type, so all jobs are | Nicholas Marriott |
2011-01-03 | Handle a # at the end of a replacement string (such as status-left) | Nicholas Marriott |
2011-01-01 | Move the user-visible parts of all options (names, types, limit, default | Nicholas Marriott |
2010-12-30 | Change from a per-session stack of buffers to one global stack which is | Nicholas Marriott |
2010-12-30 | Add a function to create window flags rather than doing the same thing | Nicholas Marriott |
2010-12-11 | Oops, these functions return a const char *, so make the local variable | Nicholas Marriott |
2010-12-11 | Make the prompt history global for all clients which is much more useful than... | Nicholas Marriott |
2010-12-06 | Add an option to alert (monitor) for silence (lack of activity) in a | Nicholas Marriott |
2010-06-21 | Having a list of winlinks->alerts for each session is stupid, just store | Nicholas Marriott |
2010-05-14 | Colour+attribute options for status line alerts, from Alex Alexander. | Nicholas Marriott |
2010-03-31 | Don't accept keys with modifiers as input. Fixes crash reported by Brian | Nicholas Marriott |
2010-03-27 | Don't leak job command in #(). | Nicholas Marriott |
2010-03-22 | Dead functions, lint. | Nicholas Marriott |
2010-01-27 | Calculate offset correctly, fixes incorrect offset and prevents crash when | Nicholas Marriott |
2010-01-26 | Actually use the copy made when no newline is found, from martynas@. | Nicholas Marriott |
2009-12-14 | Add server options to completion as well. | Nicholas Marriott |
2009-12-03 | Massive spaces->tabs and trailing whitespace cleanup, hopefully for the last | Nicholas Marriott |
2009-12-03 | Eliminate duplicate code and ease the passage for server-wide options by adding | Nicholas Marriott |
2009-11-26 | Tidy up various bits of the paste code, make the data buffer char * and add | Nicholas Marriott |
2009-11-26 | Remove a couple of unused arguments where possible, and add /* ARGSUSED */ to | Nicholas Marriott |
2009-11-20 | Display UTF-8 properly in status line messages and prompt. Cursor handling is | Nicholas Marriott |
2009-11-20 | Remove oldest messages from log when limit is hit, not newest. | Nicholas Marriott |
2009-11-19 | Get some brackets in the right place so ## works. Also fix a space in a | Nicholas Marriott |
2009-11-19 | Change status line drawing to create the window list in a separate screen and | Nicholas Marriott |
2009-11-19 | Two new options, window-status-format and window-status-current-format, which | Nicholas Marriott |
2009-11-19 | Tidy up by breaking the # replacement code into a separate function, also add a | Nicholas Marriott |
2009-11-19 | Don't interpret #() for display-message, it usually doesn't make sense and may | Nicholas Marriott |
2009-11-18 | Add a per-client log of status line messages displayed while that client | Nicholas Marriott |
2009-11-17 | Permit top-bit-set characters to be entered in the status line. They could | Nicholas Marriott |
2009-11-04 | Use timeout events for the identify and message timers. | Nicholas Marriott |
2009-11-04 | Switch jobs over to use a bufferevent. | Nicholas Marriott |
2009-11-04 | Unused (but assigned to) variable, found by lint. | Nicholas Marriott |
2009-11-01 | Add a flag for jobs that shouldn't be freed after they've died and use it for | Nicholas Marriott |
2009-10-10 | Rather than running status-left, status-right and window title #() with popen | Nicholas Marriott |
2009-10-10 | Add "grouped sessions" which have independent name, options, current window and | Nicholas Marriott |
2009-09-23 | Remove PROMPT_HIDDEN code which is now unused. | Nicholas Marriott |
2009-09-23 | Remove the internal tmux locking and instead detach each client and run the | Nicholas Marriott |
2009-09-20 | Regularise some fatal messages. | Nicholas Marriott |
2009-09-10 | Permit options such as status-bg to be configured using the entire 256 colour | Nicholas Marriott |
2009-09-07 | Give each paste buffer a size member instead of requiring them to be | Nicholas Marriott |
2009-09-07 | Permit embedded colour and attributes in status-left and status-right using new | Nicholas Marriott |
2009-09-02 | Add a transpose-chars command in edit mode (C-t in emacs mode only). From Kalle | Nicholas Marriott |
2009-09-01 | Use "Password:" with no space for password prompts and don't display a *s for | Nicholas Marriott |