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-break-pane.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move template defines back into .c files.
nicm
2014-10-20
1
-1
/
+3
*
Instead of setting up the default keys by building the key struct
nicm
2014-10-20
1
-2
/
+1
*
Correct the dance to fix the active pane in join-pane by pulling the
nicm
2014-04-17
1
-11
/
+2
*
Remove the barely-used and unnecessary command check() function.
nicm
2013-10-10
1
-2
/
+1
*
Add resize-pane -Z to temporary zoom the active pane to occupy the full
nicm
2013-03-24
1
-2
/
+4
*
Add a command queue to standardize and simplify commands that call other
nicm
2013-03-24
1
-7
/
+7
*
Fix error reporting for client commands by adding a flag to
nicm
2013-03-24
1
-2
/
+2
*
evbuffer_readline returns allocated storage, don't leak it.
nicm
2013-03-22
1
-2
/
+1
*
Use a separate define for each default format template and strip clutter
nicm
2012-08-14
1
-2
/
+2
*
Make command exec functions return an enum rather than -1/0/1 values and
nicm
2012-07-11
1
-6
/
+6
*
xfree is not particularly helpful, remove it. From Thomas Adam.
nicm
2012-07-10
1
-3
/
+3
*
Switch all of the various choose- and list- commands over to the format
nicm
2012-05-22
1
-4
/
+5
*
Add -P/-F flags to break-pane too, from George Nachman.
nicm
2012-03-12
1
-3
/
+24
*
Move window name changes into wrapper function window_set_name, from
nicm
2012-02-02
1
-2
/
+5
*
Reset last pane properly when using break-pane as well, fixes a problem
nicm
2011-05-08
1
-7
/
+13
*
Clean up and simplify tmux command argument parsing.
nicm
2011-01-04
1
-11
/
+10
*
Massive spaces->tabs and trailing whitespace cleanup, hopefully for the last
nicm
2009-12-03
1
-9
/
+9
*
Get rid of the ugly CMD_CHFLAG macro and use a const string (eg "dDU") in the
nicm
2009-11-13
1
-3
/
+3
*
Add "grouped sessions" which have independent name, options, current window and
nicm
2009-10-10
1
-1
/
+2
*
Add a base-index session option to specify the first index checked when looking
nicm
2009-08-13
1
-2
/
+4
*
Merge pane number into the target specification for pane commands. Instead of
nicm
2009-07-30
1
-18
/
+9
*
Make all messages sent between the client and server fixed size.
nicm
2009-07-26
1
-3
/
+1
*
Improved layout code.
nicm
2009-07-19
1
-3
/
+3
*
Having fixed flags for single-character getopt options is a bit hard to
nicm
2009-07-13
1
-3
/
+3
*
Import tmux, a terminal multiplexor allowing (among other things) a single
nicm
2009-06-01
1
-0
/
+92