Age | Commit message (Expand) | Author |
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 |
2009-06-03 | New session option, status-utf8, to control the interpretation of top-bit-set | Nicholas Marriott |
2009-06-03 | Add a UTF-8 aware string length function and make UTF-8 in | Nicholas Marriott |
2009-06-01 | Import tmux, a terminal multiplexor allowing (among other things) a single | Nicholas Marriott |