kitty/docs
Ayman Bagabas 3138ae4aad fix(screen): preserve tab stops across window resizes
Previously, every window resize reinitialised the tab stops to the
default of every 8 columns, discarding any stops set via HTS or cleared
via TBC. ECMA-48 only treats RIS, DECSTR, and DECCOLM as events that
reset tab stops, and other terminal emulators all preserve user-set
stops across an interactive resize.

Copy the surviving prefix of the previous tab stops into the freshly
allocated array on both main and alt screens. Newly added columns when
growing the window keep the default every 8 columns pattern. Also point
the active tabstops pointer at the alt screen's array when a resize
happens while the alt screen is active, instead of unconditionally
resetting it to the main screen's array.

Signed-off-by: Ayman Bagabas <aymanbagabas@gmail.com>
2026-05-26 21:12:27 -04:00
..
_static
_templates
kittens Docs for the dnd kitten 2026-05-06 08:12:00 +05:30
screenshots Cleanup previous PR 2026-03-23 08:54:57 +05:30
actions.rst Cleanup previous PR 2026-03-23 08:54:57 +05:30
basic.rst Remove shift from next tab shortcut 2026-05-06 13:11:07 +02:00
binary.rst
build.rst Python min version is tracked in pyproject.toml 2026-01-26 11:50:08 +05:30
changelog.rst fix(screen): preserve tab stops across window resizes 2026-05-26 21:12:27 -04:00
clipboard.rst fix: typos in documentation 2025-12-14 22:42:24 +10:30
color-stack.rst docs: Small nits and fixes 2026-01-22 08:19:41 +08:00
conf.py Start work on DnD protocol 2026-03-21 08:41:46 +05:30
conf.rst Implement auto reload of config 2026-04-16 14:41:29 +05:30
deccara.rst
desktop-notifications.rst fix: typos in documentation 2025-12-14 22:42:24 +10:30
dnd-protocol.rst ... 2026-05-17 21:45:42 +05:30
extract-rst-targets.py
faq.rst Add a FAQ entry about grid size padding 2026-03-26 17:08:29 +05:30
file-transfer-protocol.rst fix: typos in documentation 2025-12-14 22:42:24 +10:30
glossary.rst Add an env var that can be used to eval an expression at startup of shell 2025-08-16 11:58:30 +05:30
graphics-protocol.rst Note that nvim now supports the kitty graphics protocol 2026-04-27 06:43:49 +05:30
index.rst Update some docs 2025-10-07 20:20:19 +05:30
installer.sh
integrations.rst Add the Orbiton text editor to the documentation 2026-05-22 12:42:36 +02:00
intro_vid.rst
invocation.rst
keyboard-protocol.rst Fix #9928 2026-04-27 06:34:13 +05:30
kittens_intro.rst Docs for the dnd kitten 2026-05-06 08:12:00 +05:30
launch.rst Implement on_quit event for global watchers 2026-03-17 08:37:30 +05:30
layouts.rst Implement maximize layout action for splits layout 2026-03-09 15:27:54 +05:30
Makefile
mapping.rst ... 2026-03-26 09:39:33 +05:30
marks.rst
misc-protocol.rst fix: typos in documentation 2025-12-14 22:42:24 +10:30
multiple-cursors-protocol.rst Remove warning about multiple cursors protocol being under discussion 2026-01-08 14:51:05 +05:30
notifications.py
open_actions.rst Update docs 2025-07-11 06:53:07 +05:30
overview.rst Cleanup previous PR 2026-03-23 08:54:57 +05:30
performance.rst Fixed typos 2025-05-18 15:16:56 +02:00
pipe.rst
pointer-shapes.rst
press-mentions.rst
protocol-extensions.rst More dnd protocol docs 2026-03-21 08:41:46 +05:30
quake-screenshots.rst Fix #9127 2025-10-20 08:16:48 +05:30
quickstart.rst
rc_protocol.rst
remote-control.rst remote_control_script: resolve relative paths with respect to kitty config directory 2026-03-09 08:35:28 +05:30
requirements.txt Fix docs build breakage 2025-12-20 09:13:02 +05:30
sessions.rst feat(sessions): add active-only to goto_session 2026-02-14 16:23:27 +01:00
shell-integration.rst Disallow parsing color specs as conf files for clone-in-kitty and edit-in-kitty 2026-04-26 10:47:24 +05:30
support.html
support.rst
text-sizing-protocol.rst ... 2026-03-30 09:25:19 +05:30
underlines.rst
unscroll.rst
wide-gamut-colors.rst Merge branch 'wide-gamut-colors' of https://github.com/jokull/kitty 2025-12-30 13:19:44 +05:30