Problem: popup images: kitty images output in GUI mode
Solution: return early in GUI mode (Foxe Chen).
closes: #20502
Signed-off-by: Foxe Chen <chen.foxe@gmail.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
{
char_u *seq;
+# ifdef FEAT_GUI
+ if (gui.in_use)
+ return;
+# endif
if (wp == NULL || wp->w_popup_image_data == NULL || wp->w_id <= 0)
return;
if (popup_image_backend() != IMAGE_BACKEND_KITTY)
static int included_patches[] =
{ /* Add new patch number below this line */
+/**/
+ 630,
/**/
629,
/**/