aboutsummaryrefslogtreecommitdiff
path: root/cmd-pipe-pane.c
Commit message (Expand)AuthorAge
* Merge branch 'obsd-master' into masterThomas Adam2021-08-21
|\
| * Add args parsing callback for some future work, currently unused.nicm2021-08-21
* | Merge branch 'obsd-master' into masterThomas Adam2021-08-20
|\|
| * Hide struct args behind a couple of accessor functions.nicm2021-08-20
* | Merge branch 'obsd-master' into masterThomas Adam2021-08-17
|\|
| * Fix pipe-pane usage.nicm2021-08-17
* | Merge branch 'obsd-master'Thomas Adam2020-05-21
|\|
| * Support code for control mode flow control: allow clients to havenicm2020-05-21
* | Merge branch 'obsd-master'Thomas Adam2020-04-14
|\|
| * Make client -c and -t handling common in cmd-queue.c and try to benicm2020-04-13
* | Merge branch 'obsd-master'Thomas Adam2020-04-13
|\|
| * Also move cmdq_item and cmdq_list into cmd-queue.c (this is to make itsnicm2020-04-13
* | Merge branch 'obsd-master'Thomas Adam2020-04-13
|\|
| * Make struct cmd local to cmd.c and move it out of tmux.h.nicm2020-04-13
* | Merge branch 'obsd-master'Thomas Adam2019-03-18
|\|
| * Store the time in the format tree rather than passing it around.nicm2019-03-14
* | Merge branch 'obsd-master'Thomas Adam2019-03-14
|\|
| * Accept 0 time as a shorthand for now to format_expand_time.nicm2019-03-14
* | Merge branch 'obsd-master'Thomas Adam2018-11-30
|\|
| * Clear PANE_EXITED flag when starting new child process in case the panenicm2018-11-30
* | Merge branch 'obsd-master'Thomas Adam2018-11-19
|\|
| * evbuffer_new and bufferevent_new can both fail (when malloc fails) andnicm2018-11-19
* | Merge branch 'obsd-master'Thomas Adam2018-01-17
|\|
| * Add -I to pipe-pane to connect pane stdin as well as stdout, suggestednicm2018-01-16
* | Merge branch 'obsd-master'Thomas Adam2017-07-14
|\|
| * Because ignore SIGCHLD early, letting signal_del restore it doesn't worknicm2017-07-14
* | Merge branch 'obsd-master'Thomas Adam2017-07-12
|\|
| * Block signals between forking and clearing signal handlers (or callingnicm2017-07-12
| * Move signal code into proc.c.nicm2017-07-12
* | Merge branch 'obsd-master'Thomas Adam2017-07-03
|\|
| * Do not close panes until process has exited and any outstanding datanicm2017-07-03
* | Merge branch 'obsd-master'Thomas Adam2017-05-01
|\|
| * In order that people can use formats like #D in #() in the status linenicm2017-05-01
* | Merge branch 'obsd-master'Thomas Adam2017-04-22
|\|
| * Get rid of the extra layer of flags and cmd_prepare() and just store thenicm2017-04-22
* | Merge branch 'obsd-master'Thomas Adam2017-02-03
|\|
| * Add a window or pane id "tag" to each format tree and use it to separatenicm2017-02-03
* | Merge branch 'obsd-master'Thomas Adam2016-10-16
|\|
| * Mass rename struct cmd_q to struct cmdq_item and related.nicm2016-10-16
* | Merge branch 'obsd-master'Thomas Adam2016-10-15
|\|
| * Add CMD_AFTERHOOK flag to the easy commands that don't need any special handl...nicm2016-10-14
* | Merge branch 'obsd-master'Thomas Adam2016-10-12
|\|
| * Add static in cmd-* and fix a few other nits.nicm2016-10-10
* | Merge branch 'obsd-master'Thomas Adam2016-01-19
|\|
| * I no longer use my SourceForge address so replace it.nicm2016-01-19
* | Merge branch 'obsd-master'Thomas Adam2015-12-14
|\|
| * Instead of combined flags for -c, -s, -t, split into different setsnicm2015-12-14
* | Merge branch 'obsd-master'Thomas Adam2015-12-13
|\|
| * Use member names in cmd_entry definitions so I stop getting confusednicm2015-12-13
* | Merge branch 'obsd-master'Thomas Adam2015-12-13
|\|