[BUG] Shrinking the window may cause prompt position repainting issues
Nobody has claimed this yet.
- Dominant language
- Rust
- Stars
- 818
- Forks
- 249
- Avg merge
- 4d 14h
- Merged PRs (30d)
- 30
Description
Resizing the window vertically in a way that the current prompt position exceeds the new window height triggers the prompt repainting bug observed with #119 (in this case due to multiline wrapping)
Initial condition

keeping the entry buffer line within the resizing does not cause a problem

shrinking down one more line causes the problem

Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Reproduce the issue by creating a multiline-wrapped prompt and shrinking the terminal vertically until the current prompt position exceeds the new height. Compare the behavior with issue #119; done means the prompt repaints correctly after resizing without losing or misplacing its content.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- cli
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100