view pixmaps/tb_vsplit.xpm @ 31776:1e21d10ceb58 v9.0.1220

patch 9.0.1220: termcap/terminfo entries do not indicate possible modifiers Commit: https://github.com/vim/vim/commit/4aecaa168e90cf28da7a6facea6b11ae250a8a18 Author: Bram Moolenaar <Bram@vim.org> Date: Wed Jan 18 17:20:25 2023 +0000 patch 9.0.1220: termcap/terminfo entries do not indicate possible modifiers Problem: Termcap/terminfo entries do not indicate where modifiers might appear. Solution: Add ";*" for function keys where modifiers are likely to be used.
author Bram Moolenaar <Bram@vim.org>
date Wed, 18 Jan 2023 18:30:02 +0100
parents 3fc0f57ecb91
children
line wrap: on
line source

/* XPM */
static char * tb_vsplit_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 */
"                  ",
" .XXXXXXXXXXXXXX  ",
" .X....oXO....oX  ",
" .X..o.oXO..o.oXO ",
" .X.oo.oXO.oo.oXO ",
" .X....oXO....oXO ",
" .X....oXO....oXO ",
" .X....oXO....oXO ",
" .X....oXO....oXO ",
" .X....oXO....oXO ",
" .X....oXO....oXO ",
" .X....oXO....oXO ",
" .X....oXO....oXO ",
" .X....oXO....oXO ",
" .XoooooXooooooXO ",
" .XXXXXXXXXXXXXXO ",
"    OOOOOOOOOOOOO ",
"                  "};