index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
usr.bin
/
tmux
/
paste.c
Age
Commit message (
Expand
)
Author
2011-03-28
Style: uint -> u_int and a missing else.
Nicholas Marriott
2010-12-30
Change from a per-session stack of buffers to one global stack which is
Nicholas Marriott
2010-06-21
Add a choose-buffer command for easier use of the paste buffer stack.
Nicholas Marriott
2009-12-03
Massive spaces->tabs and trailing whitespace cleanup, hopefully for the last
Nicholas Marriott
2009-11-26
Tidy up various bits of the paste code, make the data buffer char * and add
Nicholas Marriott
2009-11-03
tv member of struct paste_buffer is updated but not otherwise used, so remove
Nicholas Marriott
2009-09-20
Regularise some fatal messages.
Nicholas Marriott
2009-09-07
Give each paste buffer a size member instead of requiring them to be
Nicholas Marriott
2009-07-30
Don't leak when rollling buffers off when the paste buffer limit is reached.
Nicholas Marriott
2009-07-02
Fix two copy/paste bugs: forbid zero-length buffers to prevent a fatal error
Nicholas Marriott
2009-06-01
Import tmux, a terminal multiplexor allowing (among other things) a single
Nicholas Marriott