view pixmaps/tb_make.xpm @ 15647:f7b88b1d3350 v8.1.0831

patch 8.1.0831: xxd test fails if man page has dos fileformat commit https://github.com/vim/vim/commit/0eb220c03057096a26dda9c5544b362dce6df4d7 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Jan 27 14:41:43 2019 +0100 patch 8.1.0831: xxd test fails if man page has dos fileformat Problem: Xxd test fails if man page has dos fileformat. Solution: Make a copy with unix fileformat.
author Bram Moolenaar <Bram@vim.org>
date Sun, 27 Jan 2019 14:45:05 +0100
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      ",
"                  "};