index
:
wireguard-openbsd
jd/histogram
jd/queueboosts
jd/simplify-queueing
master
WireGuard implementation for the OpenBSD kernel
Matt Dunwoodie
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
usr.bin
/
tmux
/
cmd-send-keys.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Instead of setting up the default keys by building the key struct
nicm
2014-10-20
1
-3
/
+1
*
Remove the barely-used and unnecessary command check() function.
nicm
2013-10-10
1
-3
/
+1
*
Use u_char for the send-keys string to avoid mangling top-bit-set
nicm
2013-05-31
1
-2
/
+2
*
Add a command queue to standardize and simplify commands that call other
nicm
2013-03-24
1
-4
/
+4
*
Merge send-prefix into send-keys.
nicm
2013-03-24
1
-1
/
+20
*
Use the CMD_*_USAGE defines consistently, from Thomas Adam.
nicm
2012-12-09
1
-2
/
+2
*
Make command exec functions return an enum rather than -1/0/1 values and
nicm
2012-07-11
1
-5
/
+5
*
Add -l flag to send-keys to send input literally (without translating
nicm
2012-02-02
1
-4
/
+5
*
Add a -R flag to send-keys to reset the terminal. Written ages ago and
nicm
2012-01-21
1
-3
/
+21
*
Clean up and simplify tmux command argument parsing.
nicm
2011-01-04
1
-107
/
+19
*
Pass in the session, rather than the client, to window modes' key()
nicm
2010-05-23
1
-3
/
+4
*
Massive spaces->tabs and trailing whitespace cleanup, hopefully for the last
nicm
2009-12-03
1
-2
/
+2
*
Get rid of the ugly CMD_CHFLAG macro and use a const string (eg "dDU") in the
nicm
2009-11-13
1
-2
/
+2
*
Nuke -i option which isn't used anymore.
nicm
2009-09-21
1
-5
/
+1
*
Now that pane targets (-t) are supported, switch some commands to use them
nicm
2009-08-18
1
-8
/
+6
*
Make all messages sent between the client and server fixed size.
nicm
2009-07-26
1
-27
/
+1
*
Having fixed flags for single-character getopt options is a bit hard to
nicm
2009-07-13
1
-2
/
+2
*
Import tmux, a terminal multiplexor allowing (among other things) a single
nicm
2009-06-01
1
-0
/
+184