Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | Allow status, mode and message attributes to be changed by three new ↵ | Nicholas Marriott | 2009-01-27 | |
| | | | | | | | options: status-attr, mode-attr, message-attr. A comma-separataed list is accepted containing: bright, dim, underscore, blink, reverse, hidden, italics, for example: set -g status-attr bright,blink From Josh Elsasser, thanks! | |||
* | Make the caller responsible for allocating memory for the paste buffer data | Tiago Cunha | 2009-01-25 | |
| | | | | | | (needed by the load-buffer command when dealing with big files since it'll prevent tmux from dying due to memory exhaustion). From nicm. | |||
* | Missed a reverse. | Nicholas Marriott | 2009-01-23 | |
| | ||||
* | Use reverse so status line etc works in terminals w/o colour. | Nicholas Marriott | 2009-01-23 | |
| | ||||
* | Allow a selection in vi keys mode... | Nicholas Marriott | 2009-01-21 | |
| | ||||
* | These should be u_int. | Nicholas Marriott | 2009-01-18 | |
| | ||||
* | This is fixed. | Nicholas Marriott | 2009-01-18 | |
| | ||||
* | Use -O0 to prevent copy issues. | Nicholas Marriott | 2009-01-12 | |
| | ||||
* | Window splitting. Two vertical panes fixed 50% each. This is a huge diff, ↵ | Nicholas Marriott | 2009-01-11 | |
| | | | | still a couple of bugs (notably heap corruption somewhere causing segfault on exit). | |||
* | Clock mode. | Nicholas Marriott | 2009-01-10 | |
| | ||||
* | Trim spaces. | Nicholas Marriott | 2009-01-10 | |
| | ||||
* | Should redraw 1 too. | Nicholas Marriott | 2008-12-11 | |
| | ||||
* | Make window options work the same was as session options, add ↵ | Nicholas Marriott | 2008-12-08 | |
| | | | | mode-fg/mode-bg options, force -g for global on set/show/setw/showw/ | |||
* | y not x :-/ | Nicholas Marriott | 2008-11-12 | |
| | ||||
* | Trim. | Nicholas Marriott | 2008-09-26 | |
| | ||||
* | Internal screen data rewrite for better 256 colour/UTF-8 support. | Nicholas Marriott | 2008-09-25 | |
| | ||||
* | Rename some functions. | Nicholas Marriott | 2008-09-10 | |
| | ||||
* | Initial 256 colour support, lightly tested. | Nicholas Marriott | 2008-09-08 | |
| | ||||
* | Lose ensure* stuff. | Nicholas Marriott | 2008-08-07 | |
| | ||||
* | Support keypad mode, and get rid of SCREEN_DEF*. Meant to commit these ↵ | Nicholas Marriott | 2008-07-24 | |
| | | | | separately but forgot :-/. | |||
* | Split emacs/vi keys into seperate tables. | Nicholas Marriott | 2008-07-02 | |
| | ||||
* | Make previous-word stop at BOL. | Nicholas Marriott | 2008-06-27 | |
| | ||||
* | Handle escaped keys properly and use M-f/M-b in copy mode. | Nicholas Marriott | 2008-06-25 | |
| | ||||
* | Next/previous word in copy-mode. | Nicholas Marriott | 2008-06-24 | |
| | ||||
* | Convert 0x70 -> 0x88. | Nicholas Marriott | 2008-06-22 | |
| | ||||
* | buffer-limit option. | Nicholas Marriott | 2008-06-20 | |
| | ||||
* | Swap in new paste buffer code and add a couple more commands. | Nicholas Marriott | 2008-06-20 | |
| | ||||
* | Editable prompt. Not used for anything yet. More to come. | Nicholas Marriott | 2008-06-19 | |
| | ||||
* | Trimify. | Nicholas Marriott | 2008-06-18 | |
| | ||||
* | vi keys from Will Maier. | Nicholas Marriott | 2008-06-04 | |
| | ||||
* | Per-session configuration options. | Nicholas Marriott | 2008-06-03 | |
| | ||||
* | Handle EOL properly when scrolled. | Nicholas Marriott | 2007-12-07 | |
| | ||||
* | set/reset mode window functions. | Nicholas Marriott | 2007-12-06 | |
| | ||||
* | Major reorganisation of screen handling. | Nicholas Marriott | 2007-12-06 | |
| | ||||
* | Make reset actually work. | Nicholas Marriott | 2007-11-27 | |
| | ||||
* | Minor tweaks/missed bits. | Nicholas Marriott | 2007-11-27 | |
| | ||||
* | Big internal reorganisation to move tty control into parent. | Nicholas Marriott | 2007-11-27 | |
| | ||||
* | Erm, check the right cell... d'oh. | Nicholas Marriott | 2007-11-26 | |
| | ||||
* | Rv EOL optimisation, it screws up selection. | Nicholas Marriott | 2007-11-26 | |
| | ||||
* | Add ^A && ^E to copy mode. Also use STDIN instead of STDOUT in a couple of ↵ | Nicholas Marriott | 2007-11-26 | |
| | | | | places. | |||
* | Mostly-complete copy and paste. | Nicholas Marriott | 2007-11-23 | |
| | ||||
* | Rm some redundant checks, prevent issues when data->size == 0. | Nicholas Marriott | 2007-11-23 | |
| | ||||
* | Tidier code by moving mess into functions. | Nicholas Marriott | 2007-11-22 | |
| | ||||
* | Make C-space toggle. Fix sel on same line. | Nicholas Marriott | 2007-11-22 | |
| | ||||
* | Text selection with C-space. | Nicholas Marriott | 2007-11-22 | |
| | ||||
* | Partial copy mode. Currently does the same as scroll mode but using a ↵ | Nicholas Marriott | 2007-11-22 | |
cursor. Also fix bug where resizing would leave crap lying around. |