summaryrefslogtreecommitdiffstats
path: root/cmd-list.c
AgeCommit message (Expand)Author
2014-11-08No need for $Id$ now.Nicholas Marriott
2014-09-25Merge branch 'obsd-master'Thomas Adam
2014-09-01Various minor style and spacing nits.nicm
2014-04-23Merge branch 'obsd-master'Thomas Adam
2014-04-11Don't blindly increase offsets by the return value of snprintf, if therenicm
2013-03-24Add a command queue to standardize and simplify commands that call otherNicholas Marriott
2013-03-22Add functions to allocate and free command contexts rather than doing itNicholas Marriott
2013-02-23Add a command queue to standardize and simplify commands that call otherNicholas Marriott
2013-02-18Add functions to allocate and free command contexts rather than doing it all onNicholas Marriott
2012-08-12Sync OpenBSD patchset 1153:Tiago Cunha
2012-07-13Add a queue of notifys and a way to turn them off and on (we do not wantNicholas Marriott
2012-07-11Sync OpenBSD patchset 1151:Tiago Cunha
2012-07-11Sync OpenBSD patchset 1150:Tiago Cunha
2012-07-11Make command exec functions return an enum rather than -1/0/1 values andNicholas Marriott
2012-07-10xfree is not particularly helpful, remove it. From Thomas Adam.Nicholas Marriott
2012-06-18Sync OpenBSD patchset 1138:Tiago Cunha
2012-06-18Add a skeleton mode to tmux (called "control mode") that let's tmuxNicholas Marriott
2011-07-09Expand the Id keyword. Tiago Cunha
2010-12-06|---------------------Nicholas Marriott
2010-10-29We now send argv to the server after parsing it in the client to get theNicholas Marriott
2010-07-02Sync OpenBSD patchset 727:Tiago Cunha
2010-06-26Setting the cmdlist pointer in the bind-key to NULL to prevent it being freedNicholas Marriott
2010-03-22Reset output functions too when changing client after attaching, toNicholas Marriott
2010-03-18Reset output functions too when changing client after attaching.Nicholas Marriott
2010-02-02Sync OpenBSD patchset 626:Tiago Cunha
2010-01-30Don't stop parsing command sequences when a command requests the client toNicholas Marriott
2009-07-28Sync OpenBSD patchset 181:Tiago Cunha
2009-07-26Make all messages sent between the client and server fixed size.Nicholas Marriott
2009-06-01Import tmux, a terminal multiplexor allowing (among other things) a singleNicholas Marriott
2009-05-04Space trimmage mega-diff.Nicholas Marriott
2009-04-30Support "neww; neww" as well "neww ; neww".Nicholas Marriott
2009-02-16Memory leak.Nicholas Marriott
2009-01-19Pass return code from _exec; allow command sequences to work from the command...Nicholas Marriott
2009-01-18Support command sequences separated by " ; ". Also clean up command printing.Nicholas Marriott