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