From 5f91fb3792ffebe82e8fdbaab1f9a9f605982e10 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Thu, 13 Feb 2025 21:33:42 +0530 Subject: [PATCH] Update FAQ --- docs/faq.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/faq.rst b/docs/faq.rst index eda0ee2f3..ad3502af4 100644 --- a/docs/faq.rst +++ b/docs/faq.rst @@ -23,6 +23,11 @@ these characters are followed by a space or en-space (U+2002) in which case kitty makes use of the extra cell to render them in two cells. This behavior can be turned off for specific symbols using :opt:`narrow_symbols`. +As of version 0.40 kitty has innovated a :doc:`new protocol +` that allows programs running in the terminal to control +how many cells a character is rendered in thereby solving the issue of +character width once and for all. + Using a color theme with a background color does not work well in vim? -----------------------------------------------------------------------