- 1b86f52 Nuke the utf8 and status-utf8 options and make tmux only a UTF-8 by nicm · 9 years ago
- 44657bf Move struct options into options.c. by nicm · 9 years ago
- 16ee4de Remove some extra blank lines. by nicm · 9 years ago
- a3de5db Merge delete-buffer into cmd-set-buffer.c and change the paste buffer by nicm · 9 years ago
- 373ef85 paste_send_pane can be merged into cmd-paste-buffer.c now. by nicm · 9 years ago
- b569585 Move struct paste_buffer out of tmux.h. by nicm · 9 years ago
- 6920be3 When replacing, don't free the old paste until after the new one's name by nicm · 10 years ago
- 79f5282 Tidy up mode-mouse check. by nicm · 10 years ago
- a27ba6e Add xreallocarray and remove nmemb argument from xrealloc. by nicm · 10 years ago
- 77efcf8 Use xrealloc(NULL, n, m) instead of xmalloc(n * m) to get overflow check. by nicm · 10 years ago
- 4e956d5 Various minor style and spacing nits. by nicm · 10 years ago
- e075198 Don't allow pasting into input-disabled panes, from Anish R Athalye. by nicm · 10 years ago
- 8d0819b Comment style nits. by nicm · 10 years ago
- b2e791b Don't allow multiple buffers with the same name, from Thomas Adam. by nicm · 11 years ago
- 3dbacbb Add support for named buffers. If you don't name a buffer, things work by nicm · 11 years ago
- bec6c80 There is no longer a need for a paste_stack struct or for global_buffers by nicm · 11 years ago
- 252a737 Support UTF-8 with choose-buffer, from Kosuke ASAMI. Also make by nicm · 11 years ago
- 0e4d1d8 Add setb -a to append and a copy mode append command, from J Raynor with by nicm · 11 years ago
- 6daf06b Fix memory leaks with paste_replace, based on changes from J Raynor. by nicm · 11 years ago
- 47c097c Support middle-click paste, based on a diff from Ailin Nemui. by Nicholas Marriott · 12 years ago
- 59c760d Trivial code simplification from Tim Ruehsen. by Nicholas Marriott · 12 years ago
- df912e3 xfree is not particularly helpful, remove it. From Thomas Adam. by Nicholas Marriott · 12 years ago
- fa6abac Style: uint -> u_int and a missing else. by Nicholas Marriott · 14 years ago
- cc42614 Change from a per-session stack of buffers to one global stack which is by Nicholas Marriott · 14 years ago
- ef72933 Add a choose-buffer command for easier use of the paste buffer stack. by Nicholas Marriott · 14 years ago
- 15a64b8 Massive spaces->tabs and trailing whitespace cleanup, hopefully for the last by Nicholas Marriott · 15 years ago
- 8cb410c Tidy up various bits of the paste code, make the data buffer char * and add by Nicholas Marriott · 15 years ago
- c95f1d1 tv member of struct paste_buffer is updated but not otherwise used, so remove by Nicholas Marriott · 15 years ago
- 273f1b3 Regularise some fatal messages. by Nicholas Marriott · 15 years ago
- ccba613 Give each paste buffer a size member instead of requiring them to be by Nicholas Marriott · 15 years ago
- 95caeaa Don't leak when rollling buffers off when the paste buffer limit is reached. by Nicholas Marriott · 15 years ago
- fe5edad Fix two copy/paste bugs: forbid zero-length buffers to prevent a fatal error by Nicholas Marriott · 15 years ago
- 35876ea Import tmux, a terminal multiplexor allowing (among other things) a single by Nicholas Marriott · 15 years ago