aboutsummaryrefslogtreecommitdiff
path: root/paste.c
Commit message (Expand)AuthorAge
* Add an argument to copy commands to set the prefix for the buffer name,nicm2019-04-02
* Shorten a long line, and don't leak buffer in paste_add if size is zero.nicm2017-01-24
* Unused variable and missing time.h.nicm2016-10-12
* Some other stuff that can be local to one file.nicm2016-10-11
* Some more static.nicm2016-10-10
* Keep buffer creation time and add accessors for it and the order number.nicm2016-10-05
* I no longer use my SourceForge address so replace it.nicm2016-01-19
* Nuke the utf8 and status-utf8 options and make tmux only a UTF-8nicm2015-11-12
* Move struct options into options.c.nicm2015-10-27
* Remove some extra blank lines.nicm2015-09-14
* Merge delete-buffer into cmd-set-buffer.c and change the paste buffernicm2015-09-11
* paste_send_pane can be merged into cmd-paste-buffer.c now.nicm2015-08-29
* Move struct paste_buffer out of tmux.h.nicm2015-08-29
* When replacing, don't free the old paste until after the new one's namenicm2015-04-07
* Tidy up mode-mouse check.nicm2014-11-05
* Add xreallocarray and remove nmemb argument from xrealloc.nicm2014-10-08
* Use xrealloc(NULL, n, m) instead of xmalloc(n * m) to get overflownicm2014-10-08
* Various minor style and spacing nits.nicm2014-09-01
* Don't allow pasting into input-disabled panes, from Anish R Athalye.nicm2014-08-25
* Comment style nits.nicm2014-06-20
* Don't allow multiple buffers with the same name, from Thomas Adam.nicm2014-05-13
* Add support for named buffers. If you don't name a buffer, things worknicm2014-05-13
* There is no longer a need for a paste_stack struct or for global_buffersnicm2014-04-24
* Support UTF-8 with choose-buffer, from Kosuke ASAMI. Also makenicm2014-04-02
* Add setb -a to append and a copy mode append command, from J Raynor withnicm2014-03-31
* Fix memory leaks with paste_replace, based on changes from J Raynor.nicm2014-02-17
* Support middle-click paste, based on a diff from Ailin Nemui.Nicholas Marriott2012-11-27
* Trivial code simplification from Tim Ruehsen.Nicholas Marriott2012-09-04
* xfree is not particularly helpful, remove it. From Thomas Adam.Nicholas Marriott2012-07-10
* Style: uint -> u_int and a missing else.Nicholas Marriott2011-03-28
* Change from a per-session stack of buffers to one global stack which isNicholas Marriott2010-12-30
* Add a choose-buffer command for easier use of the paste buffer stack.Nicholas Marriott2010-06-21
* Massive spaces->tabs and trailing whitespace cleanup, hopefully for the lastNicholas Marriott2009-12-03
* Tidy up various bits of the paste code, make the data buffer char * and addNicholas Marriott2009-11-26
* tv member of struct paste_buffer is updated but not otherwise used, so removeNicholas Marriott2009-11-03
* Regularise some fatal messages.Nicholas Marriott2009-09-20
* Give each paste buffer a size member instead of requiring them to beNicholas Marriott2009-09-07
* 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
* Import tmux, a terminal multiplexor allowing (among other things) a singleNicholas Marriott2009-06-01