view runtime/vim16x16.xpm @ 18112:2eb437b045ba v8.1.2051

patch 8.1.2051: double-click test is a bit flaky Commit: https://github.com/vim/vim/commit/705918f9f7e446287923cf0248ea35f2a0688199 Author: Bram Moolenaar <Bram@vim.org> Date: Tue Sep 17 21:27:49 2019 +0200 patch 8.1.2051: double-click test is a bit flaky Problem: Double-click test is a bit flaky. Solution: Correct entry in list of flaky tests.
author Bram Moolenaar <Bram@vim.org>
date Tue, 17 Sep 2019 21:30:05 +0200
parents 3fc0f57ecb91
children 8f04cf65ecff
line wrap: on
line source

/* XPM */
static char * vim16x16[] = {
"16 16 8 1",
" 	c None",
".	c #000000",
"+	c #000080",
"@	c #008000",
"#	c #00FF00",
"$	c #808080",
"%	c #C0C0C0",
"&	c #FFFFFF",
"  .....#. ....  ",
" .&&&&&.@.&&&&. ",
" .%%%%%$..%%%%$.",
"  .%%%$.@.&%%$. ",
"  .%%%$..&%%$.  ",
"  .%%%$.&%%$..  ",
" #.%%%$&%%$.@@. ",
"#@.%%%&%%$.@@@@.",
".@.%%%%%..@@@@+ ",
" ..%%%%.%...@.  ",
"  .%%%%...%%.%. ",
"  .%%%.%%.%%%%%.",
"  .%%$..%.%.%.%.",
"  .%$.@.%.%.%.%.",
"   .. .%%.%.%.%.",
"       .. . . . "};