kitty/docs
Kovid Goyal 684d28d328
Fix flickering of prompt during window resize
Works by keeping the old prompt unreflowed rather than clearing it.
There may still be some flicker for people using long or right side
prompts, but that cant be avoided, since we cannot know how the shell
will redraw after the resize. But in the common case of a left side
smallish prompt that fits in the resized window, the flicker is
eliminated.

It means we have to do some more copying work on resize, but the nicer
visuals is worth it, IMO.
2024-04-12 15:16:34 +05:30
..
_static Oxipng/svgo images to save some 150KB~ 2024-03-25 23:42:56 +01:00
_templates
kittens Update changelog 2024-04-09 07:05:09 +05:30
screenshots Oxipng/svgo images to save some 150KB~ 2024-03-25 23:42:56 +01:00
actions.rst Refactor the mapping docs 2023-12-03 12:25:15 +05:30
basic.rst Document previous PR 2024-02-25 09:57:44 +05:30
binary.rst Revert renaming of kitty.dekstop to kitty-terminal.desktop 2024-04-09 12:47:14 +05:30
build.rst Adjust amount of data in the benchmarks for more consistent timing 2024-02-25 09:57:28 +05:30
changelog.rst Fix flickering of prompt during window resize 2024-04-12 15:16:34 +05:30
clipboard.rst
color-stack.rst
conf.py ... 2024-02-12 11:17:25 +05:30
conf.rst Show how to send SIGUSR1 to kitty 2024-01-22 07:36:57 +05:30
deccara.rst
desktop-notifications.rst ... 2023-10-25 18:37:10 +05:30
extract-rst-targets.py
faq.rst Note that file transfer wont work through tmux in the FAQ 2024-04-04 10:31:24 +05:30
file-transfer-protocol.rst
glossary.rst An option to set TERMINFO to the database directly instead of a path 2024-03-21 10:48:53 +05:30
graphics-protocol.rst Graphics protocol: Add a new delete mode for deleting images whose ids fall within a range 2024-02-25 09:57:44 +05:30
index.rst
installer.sh
integrations.rst Link to tgutui in the integrations doc 2024-03-28 21:31:05 +05:30
intro_vid.rst
invocation.rst
keyboard-protocol.rst doc keyboard protocol: mention upcoming support in fish 2024-04-06 22:46:58 +02:00
kittens_intro.rst
launch.rst ... 2023-11-23 17:25:52 +05:30
layouts.rst docs: minor adjustements 2024-03-16 14:43:23 +01:00
Makefile
mapping.rst Forgot to handle suspend/resume in example code for setting uservar in nvim 2024-03-26 22:04:08 +05:30
marks.rst
open_actions.rst
overview.rst Make the scrollback indicator visible by default 2024-03-31 12:15:05 +05:30
performance.rst Add settings that are optimal for latency 2024-04-06 11:48:55 +05:30
pipe.rst
pointer-shapes.rst Clean up mouse-demo kitten 2023-10-21 07:55:23 +05:30
press-mentions.rst
protocol-extensions.rst A new escape code to change the shape of the mouse pointer 2023-10-15 19:57:36 +05:30
quickstart.rst
rc_protocol.rst
remote-control.rst Add full docs for matching windows/tabs to the remote control page 2023-11-29 21:44:52 +05:30
requirements.txt
shell-integration.rst Merge branch 'fish-osc-133' of https://github.com/krobelus/kitty 2024-04-07 15:15:04 +05:30
support.html
support.rst
underlines.rst
unscroll.rst