view pixmaps/tb_blank.xpm @ 11870:c29e498aa77d v8.0.0815

patch 8.0.0815: terminal window not correctly updated commit https://github.com/vim/vim/commit/43c007ff225bf5522e07f23f41bfaced573b0e98 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Jul 30 17:45:37 2017 +0200 patch 8.0.0815: terminal window not correctly updated Problem: Terminal window not correctly updated when 'statusline' invokes ":sleep". (NIkolay Pavlov) Solution: Clear got_int. Repeat redrawing when needed.
author Christian Brabandt <cb@256bit.org>
date Sun, 30 Jul 2017 18:00:04 +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"};