You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Grow the Capture input only for multiline drafts (#48)
## Summary
### User-facing changes
- **Adaptive capture height:** The TUI Capture input now stays compact
for single-line text and grows as explicit new lines are added.
- **Visible multiline drafts:** Multi-line notes get a few visible lines
of space without permanently shrinking the thread and status panes.
### Documentation
- **Behaviour notes:** Updated the README and spec to describe the
compact-by-default, grow-on-newline Capture pane.
## Test plan
- [x] `cargo fmt --check`
- [x] `cargo build`
- [x] `cargo clippy --workspace -- -D warnings`
- [x] `cargo test`
Copy file name to clipboardExpand all lines: README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -151,6 +151,7 @@ The TUI starts in **Insert mode**:
151
151
- When you finish typing a full slash command and begin its argument text, the command palette closes so Enter submits the command normally
152
152
- Type `?` on an empty line to see **shortcut hints**
153
153
-**Up/Down** arrows navigate the thread list; the thread list auto-scrolls to keep selection visible; **Enter** on empty input expands/collapses branches
154
+
- The **Capture** pane grows as you add new lines, so multi-line drafts stay visible without taking extra space up front
154
155
- Press `Ctrl+J` in the **Capture** pane to insert a new line without submitting
155
156
- Mouse-wheel scrolling follows the hovered pane: `Threads`, `Status`, and `Help` each scroll independently
156
157
- Left-click in the thread list selects the clicked thread or branch
0 commit comments