Age | Commit message (Expand) | Author |
2024-02-13 | Do not allow paste into panes which have exited, from Romain Francoise | Nicholas Marriott |
2022-05-30 | Do not allow pipe-pane on dead panes, from Anindya Mukherjee, GitHub | Nicholas Marriott |
2021-10-24 | For open/openat, if the flags parameter does not contain O_CREAT, the | Theo de Raadt |
2021-08-21 | Add args parsing callback for some future work, currently unused. | Nicholas Marriott |
2021-08-20 | Hide struct args behind a couple of accessor functions. | Nicholas Marriott |
2021-08-17 | Fix pipe-pane usage. | Nicholas Marriott |
2020-05-21 | Support code for control mode flow control: allow clients to have | Nicholas Marriott |
2020-04-13 | Make client -c and -t handling common in cmd-queue.c and try to be | Nicholas Marriott |
2020-04-13 | Also move cmdq_item and cmdq_list into cmd-queue.c (this is to make its | Nicholas Marriott |
2020-04-13 | Make struct cmd local to cmd.c and move it out of tmux.h. | Nicholas Marriott |
2019-03-14 | Store the time in the format tree rather than passing it around. | Nicholas Marriott |
2019-03-14 | Accept 0 time as a shorthand for now to format_expand_time. | Nicholas Marriott |
2018-11-30 | Clear PANE_EXITED flag when starting new child process in case the pane | Nicholas Marriott |
2018-11-19 | evbuffer_new and bufferevent_new can both fail (when malloc fails) and | Nicholas Marriott |
2018-01-16 | Add -I to pipe-pane to connect pane stdin as well as stdout, suggested | Nicholas Marriott |
2017-07-14 | Because ignore SIGCHLD early, letting signal_del restore it doesn't work | Nicholas Marriott |
2017-07-12 | Block signals between forking and clearing signal handlers (or calling | Nicholas Marriott |
2017-07-12 | Move signal code into proc.c. | Nicholas Marriott |
2017-07-03 | Do not close panes until process has exited and any outstanding data | Nicholas Marriott |
2017-05-01 | In order that people can use formats like #D in #() in the status line | Nicholas Marriott |
2017-04-22 | Get rid of the extra layer of flags and cmd_prepare() and just store the | Nicholas Marriott |
2017-02-03 | Add a window or pane id "tag" to each format tree and use it to separate | Nicholas Marriott |
2016-10-16 | Mass rename struct cmd_q to struct cmdq_item and related. | Nicholas Marriott |
2016-10-14 | Add CMD_AFTERHOOK flag to the easy commands that don't need any special handl... | Nicholas Marriott |
2016-10-10 | Add static in cmd-* and fix a few other nits. | Nicholas Marriott |
2016-01-19 | I no longer use my SourceForge address so replace it. | Nicholas Marriott |
2015-12-14 | Instead of combined flags for -c, -s, -t, split into different sets | Nicholas Marriott |
2015-12-13 | Use member names in cmd_entry definitions so I stop getting confused | Nicholas Marriott |
2015-12-13 | Instead of every command resolving the target (-t or -s) itself, prepare | Nicholas Marriott |
2015-12-11 | Add cmdq as an argument to format_create and add a format for the | Nicholas Marriott |
2015-12-08 | Remove format_create_flags and just pass flags to format_create. | Nicholas Marriott |
2015-11-18 | Use __unused rather than rolling our own. | Nicholas Marriott |
2015-02-06 | Add format_expand_time and use it instead of status_replace where | Nicholas Marriott |
2015-02-01 | Remove two unused arguments from status_replace. | Nicholas Marriott |
2014-10-20 | Instead of setting up the default keys by building the key struct | Nicholas Marriott |
2013-10-10 | Remove the barely-used and unnecessary command check() function. | Nicholas Marriott |
2013-03-24 | Add a command queue to standardize and simplify commands that call other | Nicholas Marriott |
2013-03-24 | Fix error reporting for client commands by adding a flag to | Nicholas Marriott |
2013-03-22 | No more lint means no more ARGSUSED. | Nicholas Marriott |
2012-07-11 | Make command exec functions return an enum rather than -1/0/1 values and | Nicholas Marriott |
2011-10-27 | Missing -o on usage for pipe-pane, from Tiago Cunha. | Nicholas Marriott |
2011-07-30 | Do not require a client here, or pipe-pane will not work from the | Nicholas Marriott |
2011-03-29 | Change -t on display-message to be target-pane for the #[A-Z] | Nicholas Marriott |
2011-01-08 | Move all calls to fcntl(...O_NONBLOCK) into a function and clear the | Nicholas Marriott |
2011-01-04 | Clean up and simplify tmux command argument parsing. | Nicholas Marriott |
2010-10-16 | Trying to set FD_CLOEXEC on every fd is a lost cause, just use | Nicholas Marriott |
2010-08-19 | Do not call event_del() for signals after fork(), just use sigaction() | Nicholas Marriott |
2010-06-14 | Last change erroneously used the target argument for looking up the | Nicholas Marriott |
2010-06-05 | Support the status_replace # replacement sequences in the pipe-pane | Nicholas Marriott |
2010-05-04 | Put this back in with the initialisation in the right order. | Nicholas Marriott |