aboutsummaryrefslogtreecommitdiff
path: root/window-copy.c
Commit message (Collapse)AuthorAge
...
* Trimify.Nicholas Marriott2008-06-18
|
* vi keys from Will Maier.Nicholas Marriott2008-06-04
|
* Per-session configuration options.Nicholas Marriott2008-06-03
|
* Handle EOL properly when scrolled.Nicholas Marriott2007-12-07
|
* set/reset mode window functions.Nicholas Marriott2007-12-06
|
* Major reorganisation of screen handling.Nicholas Marriott2007-12-06
|
* Make reset actually work.Nicholas Marriott2007-11-27
|
* Minor tweaks/missed bits.Nicholas Marriott2007-11-27
|
* Big internal reorganisation to move tty control into parent.Nicholas Marriott2007-11-27
|
* Erm, check the right cell... d'oh.Nicholas Marriott2007-11-26
|
* Rv EOL optimisation, it screws up selection.Nicholas Marriott2007-11-26
|
* Add ^A && ^E to copy mode. Also use STDIN instead of STDOUT in a couple of ↵Nicholas Marriott2007-11-26
| | | | places.
* Mostly-complete copy and paste.Nicholas Marriott2007-11-23
|
* Rm some redundant checks, prevent issues when data->size == 0.Nicholas Marriott2007-11-23
|
* Tidier code by moving mess into functions.Nicholas Marriott2007-11-22
|
* Make C-space toggle. Fix sel on same line.Nicholas Marriott2007-11-22
|
* Text selection with C-space.Nicholas Marriott2007-11-22
|
* Partial copy mode. Currently does the same as scroll mode but using a ↵Nicholas Marriott2007-11-22
cursor. Also fix bug where resizing would leave crap lying around.