Rename: bg-transform
Some checks failed
CodeQL / Analyze (go) (push) Has been cancelled
build / build (push) Has been cancelled
Test fzf on macOS / build (push) Has been cancelled

This commit is contained in:
Junegunn Choi
2025-06-13 23:58:49 +09:00
parent f3babb551a
commit 276b0065b4
3 changed files with 37 additions and 26 deletions

View File

@@ -1944,16 +1944,16 @@ class TestCore < TestInteractive
time = Time.now
tmux.send_keys %(
seq 100 | #{FZF} --style full --border --preview : \
--bind 'focus:&transform-header(sleep 0.5; echo th.)' \
--bind 'focus:+&transform-footer(sleep 0.5; echo tf.)' \
--bind 'focus:+&transform-border-label(sleep 0.5; echo tbl.)' \
--bind "focus:+&transform-preview-label(sleep 0.5; echo tpl.)" \
--bind 'focus:+&transform-input-label(sleep 0.5; echo til.)' \
--bind 'focus:+&transform-list-label(sleep 0.5; echo tll.)' \
--bind 'focus:+&transform-header-label(sleep 0.5; echo thl.)' \
--bind 'focus:+&transform-footer-label(sleep 0.5; echo tfl.)' \
--bind 'focus:+&transform-prompt(sleep 0.5; echo tp.)' \
--bind 'focus:+&transform-ghost(sleep 0.5; echo tg.)'
--bind 'focus:bg-transform-header(sleep 0.5; echo th.)' \
--bind 'focus:+bg-transform-footer(sleep 0.5; echo tf.)' \
--bind 'focus:+bg-transform-border-label(sleep 0.5; echo tbl.)' \
--bind "focus:+bg-transform-preview-label(sleep 0.5; echo tpl.)" \
--bind 'focus:+bg-transform-input-label(sleep 0.5; echo til.)' \
--bind 'focus:+bg-transform-list-label(sleep 0.5; echo tll.)' \
--bind 'focus:+bg-transform-header-label(sleep 0.5; echo thl.)' \
--bind 'focus:+bg-transform-footer-label(sleep 0.5; echo tfl.)' \
--bind 'focus:+bg-transform-prompt(sleep 0.5; echo tp.)' \
--bind 'focus:+bg-transform-ghost(sleep 0.5; echo tg.)'
).strip, :Enter
tmux.until do |lines|
assert lines.any_include?('100/100')