From a8cf7490d158889d89be546599bc1d44a12cdaa9 Mon Sep 17 00:00:00 2001 From: Leoyzen Date: Sat, 10 Jul 2021 23:07:17 +0800 Subject: [PATCH] add missing multi-command configuration of tmux mode --- src/swapper.rs | 2 ++ tmux-thumbs.sh | 1 + 2 files changed, 3 insertions(+) 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