| Commit message (Collapse) | Author | Age |
|
|
|
|
| |
xfree is not particularly helpful, remove it. From Thomas Adam.
|
| |
|
|
|
|
|
|
|
|
|
|
| |
|Date: 2011/03/28 20:44:31
|Author: nicm
|Branch: HEAD
|Tag: (none)
|Log:
|Style: uint -> u_int and a missing else.
|
|
|
|
|
| |
As a consequence buffer-limit is now a server option.
|
| |
|
|
|
|
|
| |
Add a choose-buffer command for easier use of the paste buffer stack.
|
|
|
|
|
|
|
| |
Massive spaces->tabs and trailing whitespace cleanup, hopefully for the last
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
comments.
|
|
|
|
|
|
| |
tv member of struct paste_buffer is updated but not otherwise used, so remove
it.
|
|
|
|
|
| |
Regularise some fatal messages.
|
|
|
|
|
|
| |
Give each paste buffer a size member instead of requiring them to be
zero-terminated.
|
|
|
|
|
| |
Don't leak when rollling buffers off when the paste buffer limit is reached.
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
| |
(needed by the load-buffer command when dealing with big files since it'll
prevent tmux from dying due to memory exhaustion). From nicm.
|
| |
|
| |
|
| |
|
| |
|
|
|