view pixmaps/tb_make.xpm @ 30773:fc9993c5835a v9.0.0721

patch 9.0.0721: virtual text "above" with padding not displayed correctly Commit: https://github.com/vim/vim/commit/9466fb8001227a4bc9045e91045426bc40680366 Author: Bram Moolenaar <Bram@vim.org> Date: Tue Oct 11 14:54:42 2022 +0100 patch 9.0.0721: virtual text "above" with padding not displayed correctly Problem: Virtual text "above" with padding not displayed correctly. Solution: Take padding into account when truncating. (closes https://github.com/vim/vim/issues/11340)
author Bram Moolenaar <Bram@vim.org>
date Tue, 11 Oct 2022 16:00:05 +0200
parents 3fc0f57ecb91
children
line wrap: on
line source

/* XPM */
static char * tb_make_xpm[] = {
/* width height ncolors cpp [x_hot y_hot] */
"18 18 4 1 0 0",
/* colors */
" 	s none	m none	c none",
".	s iconColor1	m black	c #000000",
"X	s iconColor2	m none	c #FFFFFF",
"o	s bottomShadowColor	m black	c #5D6069",
/* pixels */
"                  ",
"    .. .....      ",
"   .XX.XXXXX.     ",
"   .XXXXXXXXX.    ",
"   .Xo.XXXX..X.   ",
"    .. ....o ..   ",
"        ...   .   ",
"        ...o      ",
"        ...o      ",
"        ...o      ",
"        ...o      ",
"        ...o      ",
"        ...o      ",
"        ...o      ",
"        ...o      ",
"        ...o      ",
"         ooo      ",
"                  "};