| Commit message (Expand) | Author | Age |
* | Do not display configuration file errors in a pane when in control mode, | nicm | 2022-06-20 |
* | Add a way for lines added to copy mode to be passed through the parser | nicm | 2022-05-30 |
* | Stop caring about empty commands, just treat as a null command. | nicm | 2021-08-21 |
* | Add a current_file format for the config file being parsed. Originally | nicm | 2021-04-07 |
* | Move config file path expansion much earlier, keep the list of paths | nicm | 2021-02-22 |
* | Build list of paths and weed out duplicates before loading configs, and | nicm | 2020-05-16 |
* | When adding a list of commands to the queue, instead of automatically | nicm | 2020-04-13 |
* | Now that copy mode copies the pane content rather than keeping a | nicm | 2020-04-10 |
* | When adding a list with multiple commands to the queue, the next item to | nicm | 2019-12-19 |
* | Change source-file to use new file code which allows it to read from | nicm | 2019-12-12 |
* | Make TMUX_CONF a list of files and expand leading $FOO or ~. | nicm | 2019-12-10 |
* | Expand command formats in %if and move the config file loading later (to | nicm | 2019-06-20 |
* | Add a cmdq_continue function rather than twiddling the flag directly. | nicm | 2019-06-18 |
* | Add a -v flag to source-file to show the commands and line numbers. | nicm | 2019-06-05 |
* | Fix line numbers - commands are added after the line ends so they need to | nicm | 2019-05-23 |
* | Replace the split parser code (cfg.c and cmd-string.c) with a single | nicm | 2019-05-23 |
* | Fix ordering of source-file with multiple files and add flags to load_cfg. | nicm | 2019-05-20 |
* | Fix order of insertion in load_cfg. | nicm | 2019-05-03 |
* | Pass target client and session to load_cfg from source-file so formats | nicm | 2019-04-18 |
* | Do not load /etc/tmux.conf if given -f. | nicm | 2019-04-03 |
* | Allow multiple modes to be open in a pane. A stack of open modes is kept | nicm | 2019-03-12 |
* | Make the mode used to view command output (a variant of copy mode) use | nicm | 2019-03-08 |
* | Tidy changing the mode into window_copy_init_for_output. | nicm | 2019-03-07 |
* | Use starting client cwd in config file, GitHub issue 1606. | nicm | 2019-02-16 |
* | Some unused code, GitHub issue 1219. | nicm | 2018-01-15 |
* | Support %else in config files to match %if, from Brad Town in GitHub | nicm | 2017-10-06 |
* | Rewrite of choose mode, both to simplify and tidy the code and to add | nicm | 2017-05-30 |
* | In order that people can use formats like #D in #() in the status line | nicm | 2017-05-01 |
* | Block the initial client if there is one until the configuration file | nicm | 2017-04-25 |
* | History needs to be loaded after config parsing is done - now that | nicm | 2017-04-21 |
* | Do not run the config file in the context of the first client, instead | nicm | 2017-04-21 |
* | cfg_file can be static. | nicm | 2017-04-05 |
* | Add a window or pane id "tag" to each format tree and use it to separate | nicm | 2017-02-03 |
* | It is silly for cmd_list_parse to return an integer error when it could | nicm | 2017-01-15 |
* | Add %if/%endif for conditionals when parsing configuration files, the | nicm | 2017-01-09 |
* | Run the source-file pattern through glob(3). | nicm | 2017-01-09 |
* | Mass rename struct cmd_q to struct cmdq_item and related. | nicm | 2016-10-16 |
* | Rewrite command queue handling. Each client still has a command queue, | nicm | 2016-10-16 |
* | source-file and some other commands can recurse back into cmdq_continue, | nicm | 2016-10-14 |
* | Some other stuff that can be local to one file. | nicm | 2016-10-11 |
* | Loads more static, except for cmd-*.c and window-*.c. | nicm | 2016-10-10 |
* | - Rework load_cfg() error handling a little. | tim | 2016-05-12 |
* | I no longer use my SourceForge address so replace it. | nicm | 2016-01-19 |
* | Use __unused rather than rolling our own. | nicm | 2015-11-18 |
* | No need to keep global options around for client which doesn't use them. | nicm | 2015-09-09 |
* | Work out config file when needed not at startup. | nicm | 2015-09-01 |
* | Move initial conf load into cfg.c. | nicm | 2015-09-01 |
* | Change deref to the more sensible unref, and add a couple I missed before. | nicm | 2015-06-05 |
* | Style spacing nits. | nicm | 2015-05-07 |
* | Reset cfg_ncauses to 0 as well or we could allocate the wrong size if | nicm | 2015-04-27 |