aboutsummaryrefslogtreecommitdiff
path: root/window-copy.c
Commit message (Expand)AuthorAge
* Sync OpenBSD patchset 284:Tiago Cunha2009-08-21
* Sync OpenBSD patchset 278:Tiago Cunha2009-08-20
* Sync OpenBSD patchset 266:Tiago Cunha2009-08-20
* Sync OpenBSD patchset 265:Tiago Cunha2009-08-20
* Sync OpenBSD patchset 264:Tiago Cunha2009-08-20
* Sync OpenBSD patchset 260:Tiago Cunha2009-08-16
* Sync OpenBSD patchset 259:Tiago Cunha2009-08-16
* Sync OpenBSD patchset 256:Tiago Cunha2009-08-16
* Sync OpenBSD patchset 253:Tiago Cunha2009-08-14
* Sync OpenBSD patchset 227:Tiago Cunha2009-08-09
* Sync OpenBSD patchset 226:Tiago Cunha2009-08-09
* Sync OpenBSD patchset 220:Tiago Cunha2009-08-09
* Sync OpenBSD patchset 198:Tiago Cunha2009-07-30
* Sync OpenBSD patchset 192:Tiago Cunha2009-07-28
* Sync OpenBSD patchset 190:Tiago Cunha2009-07-28
* Sync OpenBSD patchset 189:Tiago Cunha2009-07-28
* Sync OpenBSD patchset 188:Tiago Cunha2009-07-28
* Sync OpenBSD patchset 185:Tiago Cunha2009-07-28
* Sync OpenBSD patchset 171:Tiago Cunha2009-07-23
* Add a "back to indentation" key in copy mode to move the cursor to the firstNicholas Marriott2009-07-14
* Merge three copies of identical code to move the cursor x position into aNicholas Marriott2009-07-14
* Copy was using the real line length which after resize can be larger than theNicholas Marriott2009-07-12
* Stop in the right place so all the lines selected are copied. Reported by KalleNicholas Marriott2009-07-12
* Fix two copy/paste bugs: forbid zero-length buffers to prevent a fatal errorNicholas Marriott2009-07-02
* Space trimmage mega-diff.Nicholas Marriott2009-05-04
* Er, i should be j and c should be u.Nicholas Marriott2009-03-31
* UTF8_SIZE.Nicholas Marriott2009-03-31
* Copy columns correctly.Nicholas Marriott2009-03-30
* Only need to print this once...Nicholas Marriott2009-03-30
* - Unbreak selection colouring.Nicholas Marriott2009-03-30
* Fix UTF-8 in c&p mode.Nicholas Marriott2009-03-30
* 8 -> UTF8_SIZE.Nicholas Marriott2009-03-29
* Better UTF-8 support, including combined characters. Unicode data is now storedNicholas Marriott2009-03-28
* Step 2 of the Grand Plan To Make UTF-8 Better.Nicholas Marriott2009-03-28
* Redo mode keys slightly more cleanly and apply them to command prompt editing...Nicholas Marriott2009-02-13
* Mouse in copy mode.Nicholas Marriott2009-01-28
* * Better support for at least the most common variant of mouse input: parse i...Nicholas Marriott2009-01-28
* -u to start with screen scrolled up.Nicholas Marriott2009-01-27
* Allow status, mode and message attributes to be changed by three new options:...Nicholas Marriott2009-01-27
* Make the caller responsible for allocating memory for the paste buffer dataTiago Cunha2009-01-25
* Missed a reverse.Nicholas Marriott2009-01-23
* Use reverse so status line etc works in terminals w/o colour.Nicholas Marriott2009-01-23
* Allow a selection in vi keys mode...Nicholas Marriott2009-01-21
* These should be u_int.Nicholas Marriott2009-01-18
* This is fixed.Nicholas Marriott2009-01-18
* Use -O0 to prevent copy issues.Nicholas Marriott2009-01-12
* Window splitting. Two vertical panes fixed 50% each. This is a huge diff, sti...Nicholas Marriott2009-01-11
* Clock mode.Nicholas Marriott2009-01-10
* Trim spaces.Nicholas Marriott2009-01-10
* Should redraw 1 too.Nicholas Marriott2008-12-11