view pixmaps/tb_minimize.xpm @ 31039:220215b8a7c9 v9.0.0854

patch 9.0.0854: no proper test for what 9.0.0846 fixes Commit: https://github.com/vim/vim/commit/7265851b2b4e5a63c0a02a9057dee237502ee557 Author: zeertzjq <zeertzjq@outlook.com> Date: Thu Nov 10 13:21:34 2022 +0000 patch 9.0.0854: no proper test for what 9.0.0846 fixes Problem: No proper test for what 9.0.0846 fixes. Solution: Run test in a terminal so that the hit-enter prompt can show up. (closes #11523)
author Bram Moolenaar <Bram@vim.org>
date Thu, 10 Nov 2022 14:30:04 +0100
parents 3fc0f57ecb91
children
line wrap: on
line source

/* XPM */
static char * tb_minimize_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 topShadowColor	m none	c #DCDEE5",
"o	s iconColor2	m none	c #FFFFFF",
"O	s bottomShadowColor	m black	c #5D6069",
/* pixels */
"                  ",
"      .....       ",
"       ...        ",
"        .         ",
"                  ",
" X.............   ",
" X.XXXXXXXXXXo.   ",
" X.XXoXXXXXXXo.O  ",
" X.XXXXXXXXXXo.O  ",
" X.XXXXXXXXXoo.O  ",
" X.ooooooooooo.O  ",
" X.............O  ",
"    OOOOOOOOOOOO  ",
"                  ",
"        .         ",
"       ...        ",
"      .....       ",
"                  "};