view pixmaps/tb_blank.xpm @ 10130:de20f2434807 v7.4.2336

commit https://github.com/vim/vim/commit/df0db16cf74281a83a9ea3388a2ef9aedccd013c Author: Bram Moolenaar <Bram@vim.org> Date: Tue Sep 6 20:37:41 2016 +0200 patch 7.4.2336 Problem: Running normal mode tests leave a couple of files behind. (Yegappan Lakshmanan) Solution: Delete the files. (Christian Brabandt)
author Christian Brabandt <cb@256bit.org>
date Tue, 06 Sep 2016 20:45:06 +0200
parents 3fc0f57ecb91
children
line wrap: on
line source

/* XPM */
static char * tb_blank_xpm[] = {
/* width height ncolors cpp [x_hot y_hot] */
"18 18 4 1 0 0",
/* colors */
" 	s iconColor1	m black	c #000000",
".	s none	m none	c none",
"X	s topShadowColor	m none	c #DCDEE5",
"o	s bottomShadowColor	m black	c #5D6069",
/* pixels */
"                 .",
" XXXXXXXXXXXXXXX .",
" X.............. o",
" X.............. o",
" X.............. o",
" X.............. o",
" X.............. o",
" X.............. o",
" X.............. o",
" X.............. o",
" X.............. o",
" X.............. o",
" X.............. o",
" X.............. o",
" X.............. o",
" X.............. o",
"                 o",
"..oooooooooooooooo"};