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

When auto-indent change the autowrapped line number, screen corrupts #520

Closed
tompng opened this issue Mar 18, 2023 · 1 comment
Closed
Labels
bug Something isn't working

Comments

@tompng
Copy link
Member

tompng commented Mar 18, 2023

Description

When you input many spaces + code and press enter

if 1
□□12345
□□□□□□□□□□□□□□□□□□□□□
□□□□□□□□□□□□□□□□□□□□□
□□□□□□□□1111111█[enter]

Auto indent is applied. Reline should render the below, but it does not.

if 1
□□12345
□□1111111
□□█

Rendered screen will corrupt

long_line_autoindent.mp4

Terminal Emulator

What's your terminal emulator?
Terminal.app (Mac)

@ima1zumi ima1zumi added the bug Something isn't working label Jun 7, 2023
@tompng
Copy link
Member Author

tompng commented Mar 26, 2024

Fixed by #614

@tompng tompng closed this as completed Mar 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Development

No branches or pull requests

2 participants