-
-
Notifications
You must be signed in to change notification settings - Fork 961
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
kitty skip new line character ('\n') after resize #4837
Comments
No. You need to output an explicit newline if you want there to be a |
No. If you run the sample code, and do not resize the window you can see after program exit if you make the size bigger second line always stay on the second place which is good! If test with the reproduce description you can see the issue. I made a new screenshot about the compare. kitty.mp4 |
Now fixed. |
Thank you for a quick fix! Are you going to make a new release? |
Not anytime soon, no. You can use the kitty nightly builds if you wish |
When you trigger nightly builds? |
I tested it, and now it is fixed! Thank for it! |
Describe the bug
I have a program which refresh a cli menu after terminal resize. When the terminal going to have a smaller size and the menu will be refreshed the lines will be printed.
BUG: After make the terminal size bigger the line delimiter will be ignored by kitty and the last line will be joined to the previous line.
To Reproduce
Run this nodejs program:
Steps to reproduce the behavior:
Screenshots
kittyVSalacritty.mp4
Environment details
Additional context
Possible to reproduce with
kitty --config NONE
.The text was updated successfully, but these errors were encountered: