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

fix(inline driver): check padding when clearing output on quit #5018

Conversation

TomJGooding
Copy link
Contributor

@TomJGooding TomJGooding commented Sep 18, 2024

Fixes #5017 by updating the \x1b[2A escape code to check the new App.INLINE_PADDING.

(Edit: I don't know why anyone would do this, but just in case I've now accounted for negative padding!)

@TomJGooding TomJGooding marked this pull request as ready for review September 18, 2024 18:12
@TomJGooding TomJGooding marked this pull request as draft September 18, 2024 18:40
@TomJGooding
Copy link
Contributor Author

I wanted to check when inline_no_clear=True, but unfortunately it looks like this is currently broken (see #5019) so I've marked this as draft for now.

@TomJGooding TomJGooding deleted the fix-inline-driver-check-padding-when-clearing-output-on-quit branch September 23, 2024 15:08
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

Successfully merging this pull request may close these issues.

Quitting inline app without padding will also clear the line above
1 participant