view runtime/vim16x16.xpm @ 29222:6b4c1ca1436e v8.2.5130

patch 8.2.5130: edit test for mode message fails when using valgrind Commit: https://github.com/vim/vim/commit/c5382b667ac4b69ddff5b5bc562386843bc9c07b Author: Bram Moolenaar <Bram@vim.org> Date: Sun Jun 19 15:22:36 2022 +0100 patch 8.2.5130: edit test for mode message fails when using valgrind Problem: Edit test for mode message fails when using valgrind. Solution: Use WaitForAssert(). Run beep test later.
author Bram Moolenaar <Bram@vim.org>
date Sun, 19 Jun 2022 16:30:03 +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",
"  .....#. ....  ",
" .&&&&&.@.&&&&. ",
" .%%%%%$..%%%%$.",
"  .%%%$.@.&%%$. ",
"  .%%%$..&%%$.  ",
"  .%%%$.&%%$..  ",
" #.%%%$&%%$.@@. ",
"#@.%%%&%%$.@@@@.",
".@.%%%%%..@@@@+ ",
" ..%%%%.%...@.  ",
"  .%%%%...%%.%. ",
"  .%%%.%%.%%%%%.",
"  .%%$..%.%.%.%.",
"  .%$.@.%.%.%.%.",
"   .. .%%.%.%.%.",
"       .. . . . "};