Mercurial > vim
view pixmaps/tb_help.xpm @ 35517:eb26acdda828
runtime(manpager): avoid readonly prompt
Commit: https://github.com/vim/vim/commit/9d85d4dcf9c738ab27f5591c62d5e54c421967a1
Author: Enno <Konfekt@users.noreply.github.com>
Date: Thu Jul 4 13:37:10 2024 +0200
runtime(manpager): avoid readonly prompt
fixes: https://github.com/vim/vim/issues/15103
closes: https://github.com/vim/vim/issues/15106
Signed-off-by: Enno <Konfekt@users.noreply.github.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
author | Christian Brabandt <cb@256bit.org> |
---|---|
date | Thu, 04 Jul 2024 13:45:04 +0200 |
parents | 3fc0f57ecb91 |
children |
line wrap: on
line source
/* XPM */ static char * tb_help_xpm[] = { /* width height ncolors cpp [x_hot y_hot] */ "18 18 3 1 0 0", /* colors */ " s none m none c none", ". s iconColor1 m black c #000000", "X s bottomShadowColor m black c #5D6069", /* pixels */ " ", " ", " .....X ", " .. X..X ", " ..X ... ", " ..X ... ", " X.. X..X ", " ..X ", " .. ", " ..X ", " ..X ", " ", " ..X ", " ..X ", " ..X ", " XX ", " ", " "};