index
:
rtmux.git
master
rahm
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
paste.c
Commit message (
Expand
)
Author
Age
*
Merge branch 'obsd-master'
Thomas Adam
2012-11-27
|
\
|
*
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
*
Trivial code simplification from Tim Ruehsen.
Nicholas Marriott
2012-09-04
*
Sync OpenBSD patchset 1150:
Tiago Cunha
2012-07-11
*
Expand the Id keyword.
Tiago Cunha
2011-07-09
*
|PatchSet 873
Nicholas Marriott
2011-04-06
*
Global paste buffers instead of per-session which renders copy-buffer useless.
Tiago Cunha
2010-12-30
*
Nuke vis.h.
Tiago Cunha
2010-06-22
*
Sync OpenBSD patchset 726:
Tiago Cunha
2010-06-22
*
Sync OpenBSD patchset 581:
Tiago Cunha
2009-12-04
*
Sync OpenBSD patchset 569:
Tiago Cunha
2009-11-28
*
Sync OpenBSD patchset 482:
Tiago Cunha
2009-11-04
*
Sync OpenBSD patchset 332:
Tiago Cunha
2009-09-20
*
Sync OpenBSD patchset 318:
Tiago Cunha
2009-09-07
*
Sync OpenBSD patchset 208:
Tiago Cunha
2009-07-31
*
Fix two copy/paste bugs: forbid zero-length buffers to prevent a fatal error
Nicholas Marriott
2009-07-02
*
Make the caller responsible for allocating memory for the paste buffer data
Tiago Cunha
2009-01-25
*
Return -1 on error.
Nicholas Marriott
2009-01-23
*
Support OS X by moving to gettimeofday(2) and adding poll compat from OpenSSH.
Nicholas Marriott
2008-08-28
*
buffer-limit option.
Nicholas Marriott
2008-06-20
*
Swap in new paste buffer code and add a couple more commands.
Nicholas Marriott
2008-06-20
*
Start of improved buffer code. Only set-buffer/show-buffer commands so far.
Nicholas Marriott
2008-06-20