From 9ea3f7b50487666f5e2770506f2a25fee6ca0860 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Tue, 21 May 2024 14:29:35 +0530 Subject: [PATCH] ... --- kitty/terminfo.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kitty/terminfo.py b/kitty/terminfo.py index 981b7ffeb..4bdd3055d 100644 --- a/kitty/terminfo.py +++ b/kitty/terminfo.py @@ -283,7 +283,7 @@ def encode_keystring(keybytes: bytes) -> str: 'Cr': r'\E]112\007', # Indicates support for styled and colored underlines (non-standard) as # described at: https://sw.kovidgoyal.net/kitty/underlines/ - # 'Setulc' is quivalent to the 'Su' boolean capability. Until + # 'Setulc' is equivalent to the 'Su' boolean capability. Until # standardized, specify both for application compatibility. 'Setulc': r'\E[58:2:%p1%{65536}%/%d:%p1%{256}%/%{255}%&%d:%p1%{255}%&%d%;m',