view pixmaps/tb_make.xpm @ 9133:dec3b7b977c0 v7.4.1850

commit https://github.com/vim/vim/commit/bf981eeb6b4ee63ae8543a7f9865ab700159a79c Author: Bram Moolenaar <Bram@vim.org> Date: Sat May 28 13:20:31 2016 +0200 patch 7.4.1850 Problem: GUI freezes when using a job. (Shougo) Solution: Unregister the channel when there is an input error.
author Christian Brabandt <cb@256bit.org>
date Sat, 28 May 2016 13:30: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      ",
"                  "};