view pixmaps/tb_help.xpm @ 13573:23e5f12f43d7 v8.0.1659

patch 8.0.1659: scroll events not recognized for some xterm emulators commit https://github.com/vim/vim/commit/1f8495cf48888ff3a8ab3d0eb22db92389191a60 Author: Bram Moolenaar <Bram@vim.org> Date: Wed Apr 4 21:53:11 2018 +0200 patch 8.0.1659: scroll events not recognized for some xterm emulators Problem: Scroll events not recognized for some xterm emulators. Solution: Recognize mouse codes 0x40 and 0x41 as scroll events.
author Christian Brabandt <cb@256bit.org>
date Wed, 04 Apr 2018 22:00:06 +0200
parents 3fc0f57ecb91
children
line wrap: on
line source

/* XPM */
static char * tb_help_xpm[] = {
/* width height ncolors cpp [x_hot y_hot] */
"18 18 3 1 0 0",
/* colors */
" 	s none	m none	c none",
".	s iconColor1	m black	c #000000",
"X	s bottomShadowColor	m black	c #5D6069",
/* pixels */
"                  ",
"                  ",
"      .....X      ",
"     ..  X..X     ",
"    ..X   ...     ",
"    ..X   ...     ",
"    X..  X..X     ",
"         ..X      ",
"        ..        ",
"       ..X        ",
"       ..X        ",
"                  ",
"       ..X        ",
"       ..X        ",
"       ..X        ",
"        XX        ",
"                  ",
"                  "};