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-join-pane.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
-18
/
+1
*
Correct the dance to fix the active pane in join-pane by pulling the
nicm
2014-04-17
1
-6
/
+2
*
Remove the barely-used and unnecessary command check() function.
nicm
2013-10-10
1
-3
/
+1
*
Add resize-pane -Z to temporary zoom the active pane to occupy the full
nicm
2013-03-24
1
-1
/
+3
*
Add a command queue to standardize and simplify commands that call other
nicm
2013-03-24
1
-13
/
+13
*
Make command exec functions return an enum rather than -1/0/1 values and
nicm
2012-07-11
1
-14
/
+14
*
xfree is not particularly helpful, remove it. From Thomas Adam.
nicm
2012-07-10
1
-3
/
+3
*
Minor style nits - return ().
nicm
2012-04-01
1
-2
/
+2
*
Add notify hooks for various events, the functions are currently empty
nicm
2012-03-17
1
-1
/
+4
*
Add move-pane command (like join-pane but allows the same window). Also
nicm
2012-03-03
1
-7
/
+30
*
While here, maximum percentage is 100 not INT_MAX. Oops.
nicm
2011-01-23
1
-2
/
+2
*
Size is -l not -s.
nicm
2011-01-23
1
-3
/
+3
*
Clean up and simplify tmux command argument parsing.
nicm
2011-01-04
1
-156
/
+44
*
Usage string fixes from Ben Boeckel.
nicm
2010-08-11
1
-2
/
+2
*
Fix use-after-free of the window link when it is part of a grouped
nicm
2010-04-17
1
-3
/
+4
*
Should be -s for src pane.
nicm
2010-04-04
1
-2
/
+2
*
New command, join-pane, to split and move an existing pane into the space (like
nicm
2010-01-07
1
-0
/
+257