| Commit message (Collapse) | Author | Age | |
|---|---|---|---|
| * | Support middle-click paste, based on a diff from Ailin Nemui. | Nicholas Marriott | 2012-11-27 |
| | | |||
| * | Trivial code simplification from Tim Ruehsen. | Nicholas Marriott | 2012-09-04 |
| | | |||
| * | xfree is not particularly helpful, remove it. From Thomas Adam. | Nicholas Marriott | 2012-07-10 |
| | | |||
| * | Style: uint -> u_int and a missing else. | Nicholas Marriott | 2011-03-28 |
| | | |||
| * | Change from a per-session stack of buffers to one global stack which is | Nicholas Marriott | 2010-12-30 |
| | | | | | | | | much more convenient and also simplifies lot of code. This renders copy-buffer useless and makes buffer-limit now a server option. By Tiago Cunha. | ||
| * | Add a choose-buffer command for easier use of the paste buffer stack. | Nicholas Marriott | 2010-06-21 |
| | | |||
| * | Massive spaces->tabs and trailing whitespace cleanup, hopefully for the last | Nicholas Marriott | 2009-12-03 |
| | | | | | | time now I've configured emacs to make them displayed in really annoying colours... | ||
| * | Tidy up various bits of the paste code, make the data buffer char * and add | Nicholas Marriott | 2009-11-26 |
| | | | | | comments. | ||
| * | tv member of struct paste_buffer is updated but not otherwise used, so remove | Nicholas Marriott | 2009-11-03 |
| | | | | | it. | ||
| * | Regularise some fatal messages. | Nicholas Marriott | 2009-09-20 |
| | | |||
| * | Give each paste buffer a size member instead of requiring them to be | Nicholas Marriott | 2009-09-07 |
| | | | | | zero-terminated. | ||
| * | Don't leak when rollling buffers off when the paste buffer limit is reached. | Nicholas Marriott | 2009-07-30 |
| | | |||
| * | Fix two copy/paste bugs: forbid zero-length buffers to prevent a fatal error | Nicholas Marriott | 2009-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 single | Nicholas Marriott | 2009-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 | |||