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-display-message.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move template defines back into .c files.
nicm
2014-10-20
1
-1
/
+6
*
Instead of setting up the default keys by building the key struct
nicm
2014-10-20
1
-2
/
+1
*
Trivial style and spacing nits.
nicm
2013-10-10
1
-4
/
+4
*
Remove the barely-used and unnecessary command check() function.
nicm
2013-10-10
1
-2
/
+1
*
Handle no client better in display-message.
nicm
2013-03-25
1
-6
/
+15
*
Don't let display-message crash if no client, from George Nachman.
nicm
2013-03-25
1
-2
/
+5
*
Add a command queue to standardize and simplify commands that call other
nicm
2013-03-24
1
-9
/
+9
*
Fix error reporting for client commands by adding a flag to
nicm
2013-03-24
1
-4
/
+2
*
Allow display-message with no curclient.
nicm
2013-03-24
1
-4
/
+4
*
Use the CMD_*_USAGE defines consistently, from Thomas Adam.
nicm
2012-12-09
1
-2
/
+3
*
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
-8
/
+8
*
xfree is not particularly helpful, remove it. From Thomas Adam.
nicm
2012-07-10
1
-2
/
+3
*
Switch all of the various choose- and list- commands over to the format
nicm
2012-05-22
1
-2
/
+2
*
Terminate strftime buffer properly and free format string, whoops. From
nicm
2012-03-03
1
-3
/
+6
*
Use format for display-message, based on a diff from George Nachman.
nicm
2012-02-23
1
-11
/
+29
*
Avoid using NULL in non-pointer contexts: use 0 for integer values and '\0'
miod
2011-04-06
1
-2
/
+2
*
Change -t on display-message to be target-pane for the #[A-Z]
nicm
2011-03-29
1
-5
/
+18
*
Clean up and simplify tmux command argument parsing.
nicm
2011-01-04
1
-12
/
+11
*
Add a -p flag to display-message to print the output rather than displaying in
nicm
2009-11-24
1
-4
/
+7
*
Two new options, window-status-format and window-status-current-format, which
nicm
2009-11-19
1
-2
/
+2
*
Don't interpret #() for display-message, it usually doesn't make sense and may
nicm
2009-11-19
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
*
Rather than running status-left, status-right and window title #() with popen
nicm
2009-10-10
1
-2
/
+2
*
Make all messages sent between the client and server fixed size.
nicm
2009-07-26
1
-3
/
+1
*
- New command display-message (alias display) to display a message in the
nicm
2009-07-17
1
-0
/
+65