| Commit message (Expand) | Author | Age |
| * | Don't allow multiple buffers with the same name, from Thomas Adam. | nicm | 2014-05-13 |
| * | Add support for named buffers. If you don't name a buffer, things work | nicm | 2014-05-13 |
| * | There is no longer a need for a paste_stack struct or for global_buffers | nicm | 2014-04-24 |
| * | Support UTF-8 with choose-buffer, from Kosuke ASAMI. Also make | nicm | 2014-04-02 |
| * | Add setb -a to append and a copy mode append command, from J Raynor with | nicm | 2014-03-31 |
| * | Fix memory leaks with paste_replace, based on changes from J Raynor. | nicm | 2014-02-17 |
| * | 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 |
| * | 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 |
| * | Tidy up various bits of the paste code, make the data buffer char * and add | Nicholas Marriott | 2009-11-26 |
| * | tv member of struct paste_buffer is updated but not otherwise used, so remove | Nicholas Marriott | 2009-11-03 |
| * | 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 |
| * | 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 |
| * | Import tmux, a terminal multiplexor allowing (among other things) a single | Nicholas Marriott | 2009-06-01 |