diff --git a/internal/app/ui.go b/internal/app/ui.go index e56d5ac..1db67b1 100644 --- a/internal/app/ui.go +++ b/internal/app/ui.go @@ -191,9 +191,9 @@ func (m pickerModel) View() string { // pupils follow the cursor's column within the input field pos, fieldW := m.filter.Position(), max(1, m.filter.Width) switch { - case pos*3 < fieldW: + case pos*5 < fieldW: kitty = "(^. . ^)" - case pos*3 < 2*fieldW: + case pos*5 < 2*fieldW: kitty = "(^ . . ^)" default: kitty = "(^ . .^)"