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

More display errors outside scroll region #3096

Closed
ethorondil opened this issue Nov 12, 2020 · 0 comments
Closed

More display errors outside scroll region #3096

ethorondil opened this issue Nov 12, 2020 · 0 comments
Labels

Comments

@ethorondil
Copy link

Describe the bug
A similar issue to #3090 holds for ich, where text outside the scroll region isn't updated properly. (In this case, it isn't shifted right.)

To Reproduce
Steps to reproduce the behavior:

  1. Open a new kitty terminal
  2. Cat the file
    bad-sequence2.txt

Expected behavior
$ cat bad-sequence2.txt

YXX
$

Actual behavior
$ cat bad-sequence2.txt

YX
$

Environment details
OS: Name and version of operating system(s)

Linux desktop 5.8.0-3-amd64 #1 SMP Debian 5.8.14-1 (2020-10-10) x86_64
Debian GNU/Linux bullseye/sid \n \l
Loaded config files: /etc/xdg/kitty/kitty.conf, /home/ecprice/.config/kitty/kitty.conf
Running under: X11

Config options different from defaults:
close_on_child_death  True
enable_audio_bell     False
font_size             16.0
initial_window_height (24, 'cells')
initial_window_width  (80, 'cells')
remember_window_size  False
update_check_interval 0.0
Added shortcuts:
	shift+page_up KeyAction(func='scroll_page_up', args=())
	shift+page_down KeyAction(func='scroll_page_down', args=())
	control+l KeyAction(func='combine', args=(KeyAction(func='clear_terminal', args=['scroll', True]), KeyAction(func='send_text', args=['normal,application', b'\x0c'])))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant