diff options
author | bptato <nincsnevem662@gmail.com> | 2021-02-18 18:18:06 +0000 |
---|---|---|
committer | bptato <nincsnevem662@gmail.com> | 2021-02-18 18:18:06 +0000 |
commit | 3304675affd22e9ede2c92b5c0085961a797485e (patch) | |
tree | f476160aca8d8700798d5ec97b33339d2514f025 /rc.c | |
parent | Handle iTerm2 images more efficiently (diff) | |
download | w3m-3304675affd22e9ede2c92b5c0085961a797485e.tar.gz w3m-3304675affd22e9ede2c92b5c0085961a797485e.zip |
Support kitty image protocol
Diffstat (limited to '')
-rw-r--r-- | rc.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -374,6 +374,7 @@ static struct sel_c inlineimgstr[] = { {N_S(INLINE_IMG_OSC5379), N_("OSC 5379 (mlterm)")}, {N_S(INLINE_IMG_SIXEL), N_("sixel (img2sixel)")}, {N_S(INLINE_IMG_ITERM2), N_("OSC 1337 (iTerm2)")}, + {N_S(INLINE_IMG_KITTY), N_("kitty (PNG only)")}, {0, NULL, NULL} }; #endif /* USE_IMAGE */ |