diff options
| author | Junegunn Choi <junegunn.c@gmail.com> | 2025-01-06 09:28:07 +0900 |
|---|---|---|
| committer | Junegunn Choi <junegunn.c@gmail.com> | 2025-01-06 09:57:58 +0900 |
| commit | 328af1f397297729f2d82b23c13ece76099d295f (patch) | |
| tree | 17ff332c7b4c784fe975caf645d85f5e044cc90f /test | |
| parent | 5ae60e2e806adba1652bec64a62caa473004d7ed (diff) | |
| download | fzf-328af1f397297729f2d82b23c13ece76099d295f.tar.gz | |
Remove header indentation when unnecessary
# Indent the header to align with the entries in the list
fzf --header 'Hello' --header-border --list-border
# No extra indentation required
fzf --header 'Hello' --header-border
Diffstat (limited to 'test')
| -rwxr-xr-x | test/test_go.rb | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/test/test_go.rb b/test/test_go.rb index e46e1600..8f52fd62 100755 --- a/test/test_go.rb +++ b/test/test_go.rb @@ -3588,9 +3588,9 @@ class TestGoFZF < TestBase │ 11 │ > 10 │ ┌──────── - │ │ 3 - │ │ 2 - │ │ 1 + │ │ 3 + │ │ 2 + │ │ 1 │ └header── │ 19/97 ─ │ > 1 @@ -3609,9 +3609,9 @@ class TestGoFZF < TestBase │ 19/97 ─ │ > 1 │ ┌──────── - │ │ 3 - │ │ 2 - │ │ 1 + │ │ 3 + │ │ 2 + │ │ 1 │ └header── │ ╰──────────── |
