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

window resize causes completion problems when menu completion in progress with linewise at least #315

Open
bkerin opened this issue Apr 10, 2023 · 1 comment

Comments

@bkerin
Copy link
Contributor

bkerin commented Apr 10, 2023

$ echo "$BLE_VERSION"
bash: 0.4.0-devel4+e300c68: command not found
$ echo "$BASH_VERSION ($MACHTYPE)"
5.2.15(1)-release (x86_64-pc-linux-gnu)

It's not a large issue by any means but it seems that when a window is resized while a manu completion is in progress the display becomes corrupt. Ideally the SIGWINCH would trigger a redraw correct for the new window, or less ideally the next input would do so. Note that I have no idea if this is remotely practical or worthwhile to implement though.

@akinomyoga
Copy link
Owner

Ah, yes. I recognize this problem. It can also be messed up when the number of lines changes due to the temporary insertions of completions.

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

No branches or pull requests

2 participants