Skip to content

fix: drop spurious empty row in composer#66

Merged
jbj338033 merged 1 commit into
mainfrom
worktree-ui
Jun 16, 2026
Merged

fix: drop spurious empty row in composer#66
jbj338033 merged 1 commit into
mainfrom
worktree-ui

Conversation

@jbj338033

Copy link
Copy Markdown
Collaborator

Summary

The composer box reserved a minimum of 4 rows, leaving a blank interior row below a single-line input. Lowering the height clamp minimum to 3 makes an empty or one-line composer fit its content exactly (top border + 1 row + bottom border).

Verification

  • cargo fmt --all --check — passed
  • cargo clippy -p goat-tui --all-targets -- -D warnings — passed
  • cargo test -p goat-tui composer — passed (28 tests)

@jbj338033 jbj338033 merged commit bda2c41 into main Jun 16, 2026
5 checks passed
@jbj338033 jbj338033 deleted the worktree-ui branch June 16, 2026 11:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant