Age | Commit message (Expand) | Author |
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 |
2009-08-31 | Add a new display-panes command, with two options (display-panes-colour and | Nicholas Marriott |
2009-08-19 | Extend command-prompt with a -p option which is a comma-separated list of one | Nicholas Marriott |
2009-08-18 | Add a "delete line" key when editing in the status line or the search up/down | Nicholas Marriott |
2009-08-13 | Switch the prompt code to return an empty string when the user enters no | Nicholas Marriott |
2009-08-08 | Options to set the colours and attributes for status-left/-right. From Thomas | Nicholas Marriott |
2009-08-05 | If colours are not supported by the terminal, try to emulate a coloured | Nicholas Marriott |
2009-07-30 | Plug some memory leaks. | Nicholas Marriott |
2009-07-28 | Next step towards customisable mode keys: build each default table of keys into | Nicholas Marriott |
2009-07-27 | Change mode key bindings from big switches into a set of tables. Rather than | Nicholas Marriott |
2009-07-27 | Get rid of empty mode_key_free function. | Nicholas Marriott |
2009-07-27 | Add a key to delete to end of line at the prompt (^K in emacs mode, C/D in vi). | Nicholas Marriott |
2009-07-26 | Calculate the space available for the prompt buffer and the cursor position | Nicholas Marriott |
2009-07-21 | Remove a couple of unused functions and fix a type ("FALLTHOUGH"), found by | Nicholas Marriott |
2009-07-20 | Add a status-justify option to allow the window list in the status line to be | Nicholas Marriott |
2009-07-20 | New options, window-status-current-{fg,bg,attr}, to set the fg, bg and | Nicholas Marriott |
2009-07-17 | - New command display-message (alias display) to display a message in the | Nicholas Marriott |
2009-07-17 | Memory could be leaked if a second prompt or message appeared while another was | Nicholas Marriott |
2009-07-16 | Remove some duplicate code that was causing the status line to be redrawn even | Nicholas Marriott |
2009-07-15 | Make status_message_set a variadic printf-like function. No functional change - | Nicholas Marriott |
2009-07-15 | Having to update NSETOPTION/NSETWINDOWOPTION when adding new options is a bit | Nicholas Marriott |
2009-07-14 | For some reason when clearing status/message it was redrawing the entire client | Nicholas Marriott |
2009-07-14 | Instead of faking up a status line in status_redraw, use the same code to | Nicholas Marriott |
2009-07-12 | Add a "back to indentation" key in copy mode to move the cursor to the first | Nicholas Marriott |
2009-06-26 | Status line fixes: don't truncate status-right now the length calculation is | Nicholas Marriott |
2009-06-04 | If the prompt is hidden or a password is sent with -U, zero it before freeing | Nicholas Marriott |