view runtime/vim16x16.xpm @ 27402:898f520e798b v8.2.4229

patch 8.2.4229: possible crash when invoking timer callback fails Commit: https://github.com/vim/vim/commit/745b938a48104778dcb7b0245e6589b54cb93593 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Jan 27 13:55:35 2022 +0000 patch 8.2.4229: possible crash when invoking timer callback fails Problem: Possible crash when invoking timer callback fails. Solution: Initialize the typval. Give an error for an empty callback. (closes #9636)
author Bram Moolenaar <Bram@vim.org>
date Thu, 27 Jan 2022 15:00:06 +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",
"  .....#. ....  ",
" .&&&&&.@.&&&&. ",
" .%%%%%$..%%%%$.",
"  .%%%$.@.&%%$. ",
"  .%%%$..&%%$.  ",
"  .%%%$.&%%$..  ",
" #.%%%$&%%$.@@. ",
"#@.%%%&%%$.@@@@.",
".@.%%%%%..@@@@+ ",
" ..%%%%.%...@.  ",
"  .%%%%...%%.%. ",
"  .%%%.%%.%%%%%.",
"  .%%$..%.%.%.%.",
"  .%$.@.%.%.%.%.",
"   .. .%%.%.%.%.",
"       .. . . . "};