diff --git a/src/swapper.rs b/src/swapper.rs index cce19e0..6cf1e89 100644 --- a/src/swapper.rs +++ b/src/swapper.rs @@ -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) { diff --git a/tmux-thumbs.sh b/tmux-thumbs.sh index 92d5625..9000c31 100755 --- a/tmux-thumbs.sh +++ b/tmux-thumbs.sh @@ -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