mirror of
https://github.com/FliegendeWurst/tmux-thumbs.git
synced 2024-11-09 16:00:35 +00:00
add missing multi-command configuration of tmux mode
This commit is contained in:
parent
c76fd09386
commit
a8cf7490d1
@ -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) {
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user