diff options
| author | Junegunn Choi <junegunn.c@gmail.com> | 2025-02-02 02:22:47 +0900 |
|---|---|---|
| committer | Junegunn Choi <junegunn.c@gmail.com> | 2025-02-02 02:23:48 +0900 |
| commit | 0c61223884f3bccde7c28f4a9ca06819bdd1e427 (patch) | |
| tree | cb77da44c967b96a06fcfc1d24f5eae737a0ec8f /test/test_layout.rb | |
| parent | 32234be7a271196b62689974bf2002034f7e712e (diff) | |
| download | fzf-0c61223884f3bccde7c28f4a9ca06819bdd1e427.tar.gz | |
Fix tcell renderer's pause and resume
Diffstat (limited to 'test/test_layout.rb')
| -rw-r--r-- | test/test_layout.rb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/test/test_layout.rb b/test/test_layout.rb index 0e4db204..ee0f31d2 100644 --- a/test/test_layout.rb +++ b/test/test_layout.rb @@ -338,7 +338,7 @@ class TestLayout < TestInteractive end def test_gap - tmux.send_keys %(seq 100 | #{FZF} --gap --border --reverse), :Enter + tmux.send_keys %(seq 100 | #{FZF} --gap --border rounded --reverse), :Enter block = <<~BLOCK ╭───────────────── │ > @@ -355,7 +355,7 @@ class TestLayout < TestInteractive end def test_gap_2 - tmux.send_keys %(seq 100 | #{FZF} --gap=2 --gap-line xyz --border --reverse), :Enter + tmux.send_keys %(seq 100 | #{FZF} --gap=2 --gap-line xyz --border rounded --reverse), :Enter block = <<~BLOCK ╭───────────────── │ > @@ -799,7 +799,7 @@ class TestLayout < TestInteractive end def test_style_full_adaptive_height - tmux.send_keys %(seq 1| #{FZF} --style=full --height=~100% --header-lines=1 --info=default), :Enter + tmux.send_keys %(seq 1| #{FZF} --style=full:rounded --height=~100% --header-lines=1 --info=default), :Enter block = <<~BLOCK ╭──────── ╰──────── |
