view runtime/vim16x16.xpm @ 31341:3071d91e52f0 v9.0.1004

patch 9.0.1004: suspend test sometimes fails on MacOS Commit: https://github.com/vim/vim/commit/a0a6f3a22a934fa68b71d82c23e2f6bf6e5b18d0 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Dec 4 22:26:40 2022 +0000 patch 9.0.1004: suspend test sometimes fails on MacOS Problem: Suspend test sometimes fails on MacOS. Solution: Wait a short while for terminal responses.
author Bram Moolenaar <Bram@vim.org>
date Sun, 04 Dec 2022 23:30:03 +0100
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",
"  .....#. ....  ",
" .&&&&&.@.&&&&. ",
" .%%%%%$..%%%%$.",
"  .%%%$.@.&%%$. ",
"  .%%%$..&%%$.  ",
"  .%%%$.&%%$..  ",
" #.%%%$&%%$.@@. ",
"#@.%%%&%%$.@@@@.",
".@.%%%%%..@@@@+ ",
" ..%%%%.%...@.  ",
"  .%%%%...%%.%. ",
"  .%%%.%%.%%%%%.",
"  .%%$..%.%.%.%.",
"  .%$.@.%.%.%.%.",
"   .. .%%.%.%.%.",
"       .. . . . "};