add missing multi-command configuration of tmux mode

This commit is contained in:
Leoyzen 2021-07-10 23:07:17 +08:00 committed by Ferran Basora
parent c76fd09386
commit a8cf7490d1
2 changed files with 3 additions and 0 deletions

View File

@ -179,6 +179,8 @@ impl<'a> Swapper<'a> {
"hint-fg-color",
"select-fg-color",
"select-bg-color",
"multi-fg-color",
"multi-bg-color",
];
if string_params.iter().any(|&x| x == name) {

View File

@ -33,6 +33,7 @@ function add-param() {
add-param command string
add-param upcase-command string
add-param multi-command string
add-param osc52 boolean
"${CURRENT_DIR}/target/release/tmux-thumbs" "${PARAMS[@]}" || true