Age | Commit message (Expand) | Author |
2019-06-05 | Add a -v flag to source-file to show the commands and line numbers. | Nicholas Marriott |
2019-05-23 | Fix line numbers - commands are added after the line ends so they need to | Nicholas Marriott |
2019-05-23 | Replace the split parser code (cfg.c and cmd-string.c) with a single | Nicholas Marriott |
2019-05-20 | Fix ordering of source-file with multiple files and add flags to load_cfg. | Nicholas Marriott |
2019-05-03 | Fix order of insertion in load_cfg. | Nicholas Marriott |
2019-04-18 | Pass target client and session to load_cfg from source-file so formats | Nicholas Marriott |
2019-04-03 | Do not load /etc/tmux.conf if given -f. | Nicholas Marriott |
2019-03-12 | Allow multiple modes to be open in a pane. A stack of open modes is kept | Nicholas Marriott |
2019-03-08 | Make the mode used to view command output (a variant of copy mode) use | Nicholas Marriott |
2019-03-07 | Tidy changing the mode into window_copy_init_for_output. | Nicholas Marriott |
2019-02-16 | Use starting client cwd in config file, GitHub issue 1606. | Nicholas Marriott |
2018-01-15 | Some unused code, GitHub issue 1219. | Nicholas Marriott |
2017-10-06 | Support %else in config files to match %if, from Brad Town in GitHub | Nicholas Marriott |
2017-05-30 | Rewrite of choose mode, both to simplify and tidy the code and to add | Nicholas Marriott |
2017-05-01 | In order that people can use formats like #D in #() in the status line | Nicholas Marriott |
2017-04-25 | Block the initial client if there is one until the configuration file | Nicholas Marriott |
2017-04-21 | History needs to be loaded after config parsing is done - now that | Nicholas Marriott |
2017-04-21 | Do not run the config file in the context of the first client, instead | Nicholas Marriott |
2017-04-05 | cfg_file can be static. | Nicholas Marriott |
2017-02-03 | Add a window or pane id "tag" to each format tree and use it to separate | Nicholas Marriott |
2017-01-15 | It is silly for cmd_list_parse to return an integer error when it could | Nicholas Marriott |
2017-01-09 | Add %if/%endif for conditionals when parsing configuration files, the | Nicholas Marriott |
2017-01-09 | Run the source-file pattern through glob(3). | Nicholas Marriott |
2016-10-16 | Mass rename struct cmd_q to struct cmdq_item and related. | Nicholas Marriott |
2016-10-16 | Rewrite command queue handling. Each client still has a command queue, | Nicholas Marriott |
2016-10-14 | source-file and some other commands can recurse back into cmdq_continue, | Nicholas Marriott |
2016-10-11 | Some other stuff that can be local to one file. | Nicholas Marriott |
2016-10-10 | Loads more static, except for cmd-*.c and window-*.c. | Nicholas Marriott |
2016-05-12 | - Rework load_cfg() error handling a little. | Tim van der Molen |
2016-01-19 | I no longer use my SourceForge address so replace it. | Nicholas Marriott |
2015-11-18 | Use __unused rather than rolling our own. | Nicholas Marriott |
2015-09-09 | No need to keep global options around for client which doesn't use them. | Nicholas Marriott |
2015-09-01 | Work out config file when needed not at startup. | Nicholas Marriott |
2015-09-01 | Move initial conf load into cfg.c. | Nicholas Marriott |
2015-06-05 | Change deref to the more sensible unref, and add a couple I missed before. | Nicholas Marriott |
2015-05-07 | Style spacing nits. | Nicholas Marriott |
2015-04-27 | Reset cfg_ncauses to 0 as well or we could allocate the wrong size if | Nicholas Marriott |
2015-04-25 | Fix some char* -> char *. | Nicholas Marriott |
2015-04-25 | Use a char **,u_int pair for cfg_causes. | Nicholas Marriott |
2015-04-19 | Rewrite of tmux mouse support which was a mess. Instead of having | Nicholas Marriott |
2014-10-27 | Move cfg_causes local into cfg.c and remove struct causelist. | Nicholas Marriott |
2014-06-25 | Handle escaped back slashes and missing new lines at end of line by using | Tobias Stoeckmann |
2014-04-17 | Remove some unnecessary includes and fix a typo. | Nicholas Marriott |
2013-10-20 | Do not run any command line command from the client which starts the | Nicholas Marriott |
2013-03-25 | Add some additional debug logging. | Nicholas Marriott |
2013-03-24 | Add a command queue to standardize and simplify commands that call other | Nicholas Marriott |
2013-03-22 | Need to set clients in context before changing their reference count. | Nicholas Marriott |
2013-03-22 | load_cfg can actually use the same context now they are reference counted. | Nicholas Marriott |
2013-03-22 | Add functions to allocate and free command contexts rather than doing it | Nicholas Marriott |
2013-03-22 | Don't try to print unterminated strings when loading configuration file. | Nicholas Marriott |