view pixmaps/tb_find.xpm @ 31079:082f526cfb96 v9.0.0874

patch 9.0.0874: using freed memory when executing unmenu at more prompt Commit: https://github.com/vim/vim/commit/920d311480114274e4d73156edf4b49ba0b712dd Author: Bram Moolenaar <Bram@vim.org> Date: Sun Nov 13 21:10:02 2022 +0000 patch 9.0.0874: using freed memory when executing unmenu at more prompt Problem: Using freed memory when executing unmenu at the more prompt. Solution: Do not clear menus while listing them. (closes https://github.com/vim/vim/issues/11439)
author Bram Moolenaar <Bram@vim.org>
date Sun, 13 Nov 2022 22:15:02 +0100
parents 3fc0f57ecb91
children
line wrap: on
line source

/* XPM */
static char * tb_find_xpm[] = {
/* width height ncolors cpp [x_hot y_hot] */
"18 18 5 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 iconGray2	m none	c #bdbdbd",
"+	s bottomShadowColor	m black	c #5D6069",
/* pixels */
"                  ",
" .........        ",
" .XXXXXXX..       ",
" .XXXXXXX.O.      ",
" .XXXXXXX....     ",
" .XXXXXXXXXX.     ",
" .XXXXXXX....     ",
" .XXXXXX.OOOO.    ",
" .XXXXX.OXXOOO.   ",
" .XXXXX.OXOOOO.   ",
" .XXXXX.OOOOOO.   ",
" .XXXXX.OOOXOO.   ",
" .XXXXXX.OOOO.+   ",
" .XXXXXXX....+..  ",
" .XXXXXXXXXX.+... ",
" ............+ .. ",
"    ++++++++++    ",
"                  "};