You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
after the program exit resize the terminal to a little bit bigger and see the joined lines
Screenshots
On top left there is a kitty terminal
On bottom left here is an alacritty terminal
After the program exit, when the terminal was resized back the kitty terminal join the last line to the previous line. This cause the problem, because not possible to calculate how many lines was printed. If the second line is short this going the be one line!! The line delimiter always need to be line delimiter.
kittyVSalacritty.mp4
Environment details
kitty 0.24.2 created by Kovid Goyal
Linux xyz-lp 5.13.19-2-MANJARO #1 SMP PREEMPT Sun Sep 19 21:31:53 UTC 2021 x86_64
Manjaro Linux 5.13.19-2-MANJARO (xyz-lp) (/dev/tty)
DISTRIB_ID=ManjaroLinux
DISTRIB_RELEASE=21.2.4
DISTRIB_CODENAME=Qonos
DISTRIB_DESCRIPTION="Manjaro Linux"
Running under: X11
Frozen: False
Paths:
kitty: /usr/bin/kitty
base dir: /usr/lib/kitty
extensions dir: /usr/lib/kitty/kitty
system shell: /bin/zsh
Additional context
Possible to reproduce with kitty --config NONE.
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.