view pixmaps/tb_maximize.xpm @ 34148:8687845c326c v9.1.0035

patch 9.1.0035: i_CTRL-] triggers InsertCharPre Commit: https://github.com/vim/vim/commit/7d711fe2092d0438d2df5054df735ec34926e2bc Author: altermo <> Date: Tue Jan 16 17:25:17 2024 +0100 patch 9.1.0035: i_CTRL-] triggers InsertCharPre Problem: i_CTRL-] triggers InsertCharPre Solution: Return if CTRL-] is received. InsertCharPre is supposed to be only used for chars to be inserted but i_CTRL-] triggers expansion and is not inserted into the buffer (altermo) closes: #13853 closes: #13864 Signed-off-by: altermo Signed-off-by: Christian Brabandt <cb@256bit.org>
author Christian Brabandt <cb@256bit.org>
date Tue, 16 Jan 2024 17:30:11 +0100
parents 3fc0f57ecb91
children
line wrap: on
line source

/* XPM */
static char * tb_maximize_xpm[] = {
/* width height ncolors cpp [x_hot y_hot] */
"18 18 5 1 0 0",
/* colors */
" 	s none	m none	c none",
".	s topShadowColor	m none	c #DCDEE5",
"X	s iconColor1	m black	c #000000",
"o	s iconColor2	m none	c #FFFFFF",
"O	s bottomShadowColor	m black	c #5D6069",
/* pixels */
"                  ",
"  .XXXXXXXXXXX    ",
"  .X....X...oX    ",
"  .X..oXXX..oXO   ",
"  .X.oXXXXX.oXO   ",
"  .X........oXO   ",
"  .X........oXO   ",
"  .X........oXO   ",
"  .X........oXO   ",
"  .X........oXO   ",
"  .X........oXO   ",
"  .X........oXO   ",
"  .X..XXXXX.oXO   ",
"  .X...XXX..oXO   ",
"  .XooooXooooXO   ",
"  .XXXXXXXXXXXO   ",
"     OOOOOOOOOO   ",
"                  "};