We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When you add a new line at the end of the buffer
prompt> while 1 prompt> hello█
Auto indent is applied and reline needs to render two lines
prompt> while 1 prompt> hello # needs to rerender this auto indented line prompt> █ # needs to render this added line
But reline only renders added line
prompt> while 1 prompt> hello(not_displayed) hello(remain_displayed) prompt> █
You can check this by force rerender the line by opening and closing a completion dialog
prompt> while 1.abs█ prompt> o [this area is] *lo prompt> * [rerendered by] * * [dialog cleanup] * ********************
Terminal.app
The text was updated successfully, but these errors were encountered:
📝 Steps to reproduce
while 1
hello
↑
→
.
hell
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Description
add_newline_rerender.mp4
When you add a new line at the end of the buffer
Auto indent is applied and reline needs to render two lines
But reline only renders added line
You can check this by force rerender the line by opening and closing a completion dialog
Terminal Emulator
Terminal.app
The text was updated successfully, but these errors were encountered: