Rivoreo Source Code Repositories
src.rivoreo.one
/
tmux
/
e2a18894b34e3651feecba1dd43c4f05c9566509
/
cmd-paste-buffer.c
d637cb3
Sync OpenBSD patchset 181:
by Tiago Cunha
· 15 years ago
097b96e
Having fixed flags for single-character getopt options is a bit hard to
by Nicholas Marriott
· 15 years ago
27fc963
When pasting, translate \n into \r. This matches xterm and putty's behaviour,
by Nicholas Marriott
· 15 years ago
29ac832
Fix two copy/paste bugs: forbid zero-length buffers to prevent a fatal error
by Nicholas Marriott
· 15 years ago
93230a6
Pass return code from _exec; allow command sequences to work from the command line.
by Nicholas Marriott
· 16 years ago
162bacd
Window splitting. Two vertical panes fixed 50% each. This is a huge diff, still a couple of bugs (notably heap corruption somewhere causing segfault on exit).
by Nicholas Marriott
· 16 years ago
e3feb06
Server locking. set-password and lock-server commands, plus automatic locking.
by Nicholas Marriott
· 16 years ago
51ca51e
Buffers should be numbered from zero, from Tiago Cunha. Also fix paste -b.
by Nicholas Marriott
· 16 years ago
d7f5190
Trim.
by Nicholas Marriott
· 16 years ago
ef1c1d5
Use the right flags argument for -d.
by Nicholas Marriott
· 16 years ago
4e4f71f
Swap in new paste buffer code and add a couple more commands.
by Nicholas Marriott
· 16 years ago
0b9b873
Big reorganisation of command-line syntax.
by Nicholas Marriott
· 16 years ago
642c0b0
Easy bits of arg printing for list-keys.
by Nicholas Marriott
· 16 years ago
f91e7bf
If no command is specified, assume new-session.
by Nicholas Marriott
· 16 years ago
8731755
Add a windowonly generic command and use it where appropriate. Also trim includes and unused.
by Nicholas Marriott
· 16 years ago
95cc21c
Quick man page update, also fix some usages and get rid of some CMD_KEY checks.
by Nicholas Marriott
· 16 years ago
c7243b7
Move -s and -c down a level so handling them is the responsibility of the command (with some helper functions), rather than the top-level. This changes the action command syntax so that -s and -c must be after the command rather than before.
by Nicholas Marriott
· 16 years ago
103748d
Major reorganisation of screen handling.
by Nicholas Marriott
· 17 years ago
8da0b1f
Mostly-complete copy and paste.
by Nicholas Marriott
· 17 years ago