summaryrefslogtreecommitdiffstats
path: root/control.c
AgeCommit message (Expand)Author
2014-11-08No need for $Id$ now.Nicholas Marriott
2014-10-21Merge branch 'obsd-master'Thomas Adam
2014-10-20Better format for printf format attributes.nicm
2013-10-10Pass flags into cmdq_guard as an argument since sometimes cmdq->cmd cannicm
2013-08-01Pass flags into cmdq_guard as an argument since sometimes cmdq->cmd can beNicholas Marriott
2013-06-28Mark control commands specially so the client can identify them, basedNicholas Marriott
2013-06-23Mark control commands specially so the client can identify them, basedNicholas Marriott
2013-03-26Merge branch 'obsd-master'Thomas
2013-03-26Fix compiler warnings, missing #include. From Thomas Adam.Nicholas Marriott
2013-03-25Add time and a command count to control mode guards, based on code fromNicholas Marriott
2013-03-24Add a command queue to standardize and simplify commands that call otherNicholas Marriott
2013-03-22Need to set clients in context before changing their reference count.Nicholas Marriott
2013-03-22Remove unnecessary initializers of cmd_ctx.Nicholas Marriott
2013-03-11Add time and a command count to control mode guards, based on code from GeorgeNicholas Marriott
2013-02-23Add a command queue to standardize and simplify commands that call otherNicholas Marriott
2013-02-20Need to set clients in context before changing their reference count.Nicholas Marriott
2013-02-18Remove unnecessary initializers of cmd_ctx.Nicholas Marriott
2013-02-18Add functions to allocate and free command contexts rather than doing it all onNicholas Marriott
2012-09-24Merge branch 'obsd-master'Thomas Adam
2012-09-24Add control_write_buffer, from George Nachman.Nicholas Marriott
2012-09-04Send notifications to control clients. Also don't redraw client whenNicholas Marriott
2012-09-03Send notifications to control clients. Also don't redraw client whenNicholas Marriott
2012-07-11Sync OpenBSD patchset 1150:Tiago Cunha
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