From e4570e8b6e17382e1cc4984684f861524d5b02f4 Mon Sep 17 00:00:00 2001 From: bptato Date: Tue, 2 Feb 2021 22:14:46 +0100 Subject: Support iTerm2 graphics protocol, replace encodeB with base64_encode --- rc.c | 1 + 1 file changed, 1 insertion(+) (limited to 'rc.c') diff --git a/rc.c b/rc.c index d015d31..b9a849f 100644 --- a/rc.c +++ b/rc.c @@ -369,6 +369,7 @@ static struct sel_c inlineimgstr[] = { {N_S(INLINE_IMG_NONE), N_("none")}, {N_S(INLINE_IMG_OSC5379), N_("mlterm")}, {N_S(INLINE_IMG_SIXEL), N_("sixel")}, + {N_S(INLINE_IMG_ITERM2), N_("iterm2")}, {0, NULL, NULL} }; #endif /* USE_IMAGE */ -- cgit v1.2.3