Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] Shrinking the window may cause prompt position repainting issues #157

Open
sholderbach opened this issue Sep 27, 2021 · 0 comments
Open
Labels
A-Display Area: Correctness of the display output and additional features needed there A-Events Area: Handling of incoming events (e.g. desired keypress not registered) bug Something isn't working P-medium Medium Priority: Bug affects quality of life, feature would improve experience for all

Comments

@sholderbach
Copy link
Member

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

image

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

shrinking down one more line causes the problem
image

@sholderbach sholderbach added the bug Something isn't working label Sep 27, 2021
@sholderbach sholderbach added A-Display Area: Correctness of the display output and additional features needed there A-Events Area: Handling of incoming events (e.g. desired keypress not registered) P-high High Priority: Annoying bug, should be addressed with the next release labels Nov 28, 2021
@sholderbach sholderbach added this to High priority in Get reedline engine-q ready Nov 28, 2021
@sholderbach sholderbach added P-medium Medium Priority: Bug affects quality of life, feature would improve experience for all and removed P-high High Priority: Annoying bug, should be addressed with the next release labels Feb 3, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-Display Area: Correctness of the display output and additional features needed there A-Events Area: Handling of incoming events (e.g. desired keypress not registered) bug Something isn't working P-medium Medium Priority: Bug affects quality of life, feature would improve experience for all
Projects
Development

No branches or pull requests

1 participant