| Commit message (Collapse) | Author | Age | |
|---|---|---|---|
| * | Need to set clients in context before changing their reference count. | Nicholas Marriott | 2013-02-20 |
| | | |||
| * | Remove unnecessary initializers of cmd_ctx. | Nicholas Marriott | 2013-02-18 |
| | | |||
| * | Add functions to allocate and free command contexts rather than doing it all on | Nicholas Marriott | 2013-02-18 |
| | | | | | the stack. | ||
| * | Merge branch 'obsd-master' | Thomas Adam | 2012-09-24 |
| |\ | | | | | | | | | | | | | | | Conflicts: cmd.c format.c osdep-openbsd.c tmux.h | ||
| | * | Add control_write_buffer, from George Nachman. | Nicholas Marriott | 2012-09-24 |
| | | | |||
| | * | Send notifications to control clients. Also don't redraw client when | Nicholas Marriott | 2012-09-03 |
| | | | | | | | | | suspended. | ||
| | * | 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 |
| | | | | | | | | commands be sent and output received on stdout. This can be used to integrate with other terminal emulators and should allow some other things to be made simpler later. More to come so doesn't do much yet and deliberately not documented. | ||
| * | Send notifications to control clients. Also don't redraw client when | Nicholas Marriott | 2012-09-04 |
| | | | | | suspended. | ||
| * | Sync OpenBSD patchset 1150: | Tiago Cunha | 2012-07-11 |
| | | | | | | xfree is not particularly helpful, remove it. From Thomas Adam. | ||
| * | Sync OpenBSD patchset 1138: | Tiago Cunha | 2012-06-18 |
| Add a skeleton mode to tmux (called "control mode") that let's tmux commands be sent and output received on stdout. This can be used to integrate with other terminal emulators and should allow some other things to be made simpler later. More to come so doesn't do much yet and deliberately not documented. | |||