index
:
rtmux.git
master
rahm
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
cmd-list.c
Commit message (
Expand
)
Author
Age
*
Merge branch 'obsd-master'
Thomas Adam
2014-04-23
|
\
|
*
Don't blindly increase offsets by the return value of snprintf, if there
nicm
2014-04-11
|
*
Add a command queue to standardize and simplify commands that call other
Nicholas Marriott
2013-03-24
|
*
Add functions to allocate and free command contexts rather than doing it
Nicholas Marriott
2013-03-22
|
*
Add a queue of notifys and a way to turn them off and on (we do not want
Nicholas Marriott
2012-07-13
|
*
Make command exec functions return an enum rather than -1/0/1 values and
Nicholas Marriott
2012-07-11
|
*
xfree is not particularly helpful, remove it. From Thomas Adam.
Nicholas Marriott
2012-07-10
|
*
Add a skeleton mode to tmux (called "control mode") that let's tmux
Nicholas Marriott
2012-06-18
|
*
We now send argv to the server after parsing it in the client to get the
Nicholas Marriott
2010-10-29
|
*
Setting the cmdlist pointer in the bind-key to NULL to prevent it being freed
Nicholas Marriott
2010-06-26
|
*
Reset output functions too when changing client after attaching, to
Nicholas Marriott
2010-03-22
|
*
Don't stop parsing command sequences when a command requests the client to
Nicholas Marriott
2010-01-30
|
*
Make all messages sent between the client and server fixed size.
Nicholas Marriott
2009-07-26
|
*
Import tmux, a terminal multiplexor allowing (among other things) a single
Nicholas Marriott
2009-06-01
*
Add a command queue to standardize and simplify commands that call other
Nicholas Marriott
2013-02-23
*
Add functions to allocate and free command contexts rather than doing it all on
Nicholas Marriott
2013-02-18
*
Sync OpenBSD patchset 1153:
Tiago Cunha
2012-08-12
*
Sync OpenBSD patchset 1151:
Tiago Cunha
2012-07-11
*
Sync OpenBSD patchset 1150:
Tiago Cunha
2012-07-11
*
Sync OpenBSD patchset 1138:
Tiago Cunha
2012-06-18
*
Expand the Id keyword.
Tiago Cunha
2011-07-09
*
|---------------------
Nicholas Marriott
2010-12-06
*
Sync OpenBSD patchset 727:
Tiago Cunha
2010-07-02
*
Reset output functions too when changing client after attaching.
Nicholas Marriott
2010-03-18
*
Sync OpenBSD patchset 626:
Tiago Cunha
2010-02-02
*
Sync OpenBSD patchset 181:
Tiago Cunha
2009-07-28
*
Space trimmage mega-diff.
Nicholas Marriott
2009-05-04
*
Support "neww; neww" as well "neww ; neww".
Nicholas Marriott
2009-04-30
*
Memory leak.
Nicholas Marriott
2009-02-16
*
Pass return code from _exec; allow command sequences to work from the command...
Nicholas Marriott
2009-01-19
*
Support command sequences separated by " ; ". Also clean up command printing.
Nicholas Marriott
2009-01-18