Problem: Cannot detect kitty foreground/background color
Solution: Update builtin termcap entries (Mateo Gjika)
closes: #19208
Signed-off-by: Mateo Gjika <104777599+mateoxh@users.noreply.github.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
// have been used.
{(int)KS_CTE, "\033[>4;m\033[=0;1u"},
+ // t_RF request terminal foreground color
+ {(int)KS_RFG, "\033]10;?\033\\"},
+
+ // t_RB request terminal background color
+ {(int)KS_RBG, "\033]11;?\033\\"},
+
{(int)KS_NAME, NULL} // end marker
};
static int included_patches[] =
{ /* Add new patch number below this line */
+/**/
+ 2092,
/**/
2091,
/**/