aboutsummaryrefslogtreecommitdiff
path: root/paste.c
Commit message (Collapse)AuthorAge
* Regularise some fatal messages.Nicholas Marriott2009-09-20
|
* Give each paste buffer a size member instead of requiring them to beNicholas Marriott2009-09-07
| | | | zero-terminated.
* Don't leak when rollling buffers off when the paste buffer limit is reached.Nicholas Marriott2009-07-30
|
* Fix two copy/paste bugs: forbid zero-length buffers to prevent a fatal errorNicholas Marriott2009-07-02
| | | | | | | when trying to paste them, found by me, and miscalculation of the start/end causing random fatal errors when copying in copy-mode, reported by sthen. ok sthen "put it in" deraadt
* Import tmux, a terminal multiplexor allowing (among other things) a singleNicholas Marriott2009-06-01
terminal to be switched between several different windows and programs displayed on one terminal be detached from one terminal and moved to another. ok deraadt pirofti