summaryrefslogtreecommitdiffstats
path: root/cfg.c
AgeCommit message (Expand)Author
2023-09-15Merge branch 'obsd-master'Thomas Adam
2023-09-15Add -t to source-file, GitHub issue 3473.nicm
2022-06-20Merge branch 'obsd-master'Thomas Adam
2022-06-20Do not display configuration file errors in a pane when in control mode,nicm
2022-05-30Add a way for lines added to copy mode to be passed through the parsernicm
2022-04-18Add a way for lines added to copy mode to be passed through the parser toNicholas Marriott
2021-08-21Merge branch 'obsd-master' into masterThomas Adam
2021-08-21Stop caring about empty commands, just treat as a null command.nicm
2021-04-07Merge branch 'obsd-master' into masterThomas Adam
2021-04-07Add a current_file format for the config file being parsed. Originallynicm
2021-02-22Merge branch 'obsd-master' into masterThomas Adam
2021-02-22Move config file path expansion much earlier, keep the list of pathsnicm
2020-05-16Build list of paths and weed out duplicates before loading configs, andnicm
2020-04-23Build list of paths and weed out duplicates before loading configs.Nicholas Marriott
2020-04-13Merge branch 'obsd-master'Thomas Adam
2020-04-13When adding a list of commands to the queue, instead of automaticallynicm
2020-04-13Merge branch 'obsd-master'Thomas Adam
2020-04-10Now that copy mode copies the pane content rather than keeping anicm
2019-12-19Merge branch 'obsd-master'Thomas Adam
2019-12-19When adding a list with multiple commands to the queue, the next item tonicm
2019-12-12Merge branch 'obsd-master'Thomas Adam
2019-12-12Change source-file to use new file code which allows it to read fromnicm
2019-12-10Merge branch 'obsd-master'Thomas Adam
2019-12-10Make TMUX_CONF a list of files and expand leading $FOO or ~.nicm
2019-06-20Merge branch 'obsd-master'Thomas Adam
2019-06-20Expand command formats in %if and move the config file loading later (tonicm
2019-06-18Merge branch 'obsd-master'Thomas Adam
2019-06-18Add a cmdq_continue function rather than twiddling the flag directly.nicm
2019-06-05Merge branch 'obsd-master'Thomas Adam
2019-06-05Add a -v flag to source-file to show the commands and line numbers.nicm
2019-05-23Merge branch 'obsd-master'Thomas Adam
2019-05-23Fix line numbers - commands are added after the line ends so they need tonicm
2019-05-23Merge branch 'obsd-master'Thomas Adam
2019-05-23Replace the split parser code (cfg.c and cmd-string.c) with a singlenicm
2019-05-20Merge branch 'obsd-master'Thomas Adam
2019-05-20Fix ordering of source-file with multiple files and add flags to load_cfg.nicm
2019-05-03Merge branch 'obsd-master'Thomas Adam
2019-05-03Fix order of insertion in load_cfg.nicm
2019-04-18Merge branch 'obsd-master'Thomas Adam
2019-04-18Pass target client and session to load_cfg from source-file so formatsnicm
2019-04-03Merge branch 'obsd-master'Thomas Adam
2019-04-03Do not load /etc/tmux.conf if given -f.nicm
2019-03-12Merge branch 'obsd-master'Thomas Adam
2019-03-12Allow multiple modes to be open in a pane. A stack of open modes is keptnicm
2019-03-08Merge branch 'obsd-master'Thomas Adam
2019-03-08Make the mode used to view command output (a variant of copy mode) usenicm
2019-03-07Merge branch 'obsd-master'Thomas Adam
2019-03-07Tidy changing the mode into window_copy_init_for_output.nicm
2019-02-16Merge branch 'obsd-master'Thomas Adam
2019-02-16Use starting client cwd in config file, GitHub issue 1606.nicm