kitty/tools/cmd/at
Kovid Goyal 5e158f90a7
Fix some responses from terminal sometimes leaking into shell on after kitten exit
Always do a roundtrip at kitten exit, except for special purpose
kittens. This slows down exit by one round trip time (capped at 2
seconds), however it ensures that we never get terminal response leak.

Fixes #9839
2026-04-10 15:14:38 +05:30
..
complete_actions.go Rename go module from kitty -> github.com/kovidgoyal/kitty 2025-05-16 08:43:39 +05:30
env.go
launch.go
main.go kitten @: Fix relative paths for --password-file being resolved relative to CWD instead of the kitty config directory 2026-01-25 20:30:11 +05:30
main_test.go Rename go module from kitty -> github.com/kovidgoyal/kitty 2025-05-16 08:43:39 +05:30
run.go Rename go module from kitty -> github.com/kovidgoyal/kitty 2025-05-16 08:43:39 +05:30
scroll_window.go Remote control: scroll-window: Allow fractional scrolling since we now have pixel scroll 2026-01-22 13:05:22 +05:30
send_text.go run modernize 2025-11-11 17:09:37 +05:30
set_background_opacity.go Forgot to change min bg opacity in the kitten code 2024-05-22 11:34:37 +05:30
set_colors.go Add option to generate 256 color palette from first 16 colors 2026-03-27 20:01:14 +05:30
set_font_size.go change_font_size: allow multiplying/dividing the current font size in addition to incrementing it 2025-05-09 07:39:06 +05:30
set_spacing.go
set_tab_color.go
set_window_logo.go Rename go module from kitty -> github.com/kovidgoyal/kitty 2025-05-16 08:43:39 +05:30
shell.go Rename go module from kitty -> github.com/kovidgoyal/kitty 2025-05-16 08:43:39 +05:30
socket_io.go Rename go module from kitty -> github.com/kovidgoyal/kitty 2025-05-16 08:43:39 +05:30
template.go Rename go module from kitty -> github.com/kovidgoyal/kitty 2025-05-16 08:43:39 +05:30
tty_io.go Fix some responses from terminal sometimes leaking into shell on after kitten exit 2026-04-10 15:14:38 +05:30