view pixmaps/tb_blank.xpm @ 21273:c02041a2b66a v8.2.1187

patch 8.2.1187: terminal2 test sometimes hangs in the GUI on Travis Commit: https://github.com/vim/vim/commit/c85156bb897085d7f5a8e4e180287f87bf19b948 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Jul 12 14:09:23 2020 +0200 patch 8.2.1187: terminal2 test sometimes hangs in the GUI on Travis Problem: Terminal2 test sometimes hangs in the GUI on Travis. Solution: Disable Test_zz2_terminal_guioptions_bang() for now.
author Bram Moolenaar <Bram@vim.org>
date Sun, 12 Jul 2020 14:15:03 +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"};