index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
usr.bin
/
tmux
/
cmd-list.c
Age
Commit message (
Expand
)
Author
2016-01-19
I no longer use my SourceForge address so replace it.
Nicholas Marriott
2015-11-27
Do not set a limit on the length of commands when printing them.
Nicholas Marriott
2014-09-01
Various minor style and spacing nits.
Nicholas Marriott
2014-04-11
Don't blindly increase offsets by the return value of snprintf, if there
Nicholas Marriott
2013-03-24
Add a command queue to standardize and simplify commands that call other
Nicholas Marriott
2013-03-22
Add functions to allocate and free command contexts rather than doing it
Nicholas Marriott
2012-07-13
Add a queue of notifys and a way to turn them off and on (we do not want
Nicholas Marriott
2012-07-11
Make command exec functions return an enum rather than -1/0/1 values and
Nicholas Marriott
2012-07-10
xfree is not particularly helpful, remove it. From Thomas Adam.
Nicholas Marriott
2012-06-18
Add a skeleton mode to tmux (called "control mode") that let's tmux
Nicholas Marriott
2010-10-29
We now send argv to the server after parsing it in the client to get the
Nicholas Marriott
2010-06-26
Setting the cmdlist pointer in the bind-key to NULL to prevent it being freed
Nicholas Marriott
2010-03-22
Reset output functions too when changing client after attaching, to
Nicholas Marriott
2010-01-30
Don't stop parsing command sequences when a command requests the client to
Nicholas Marriott
2009-07-26
Make all messages sent between the client and server fixed size.
Nicholas Marriott
2009-06-01
Import tmux, a terminal multiplexor allowing (among other things) a single
Nicholas Marriott