view pixmaps/tb_macro.xpm @ 20559:533bbd1917be v8.2.0833

patch 8.2.0833: mapping <C-bslash> doesn't work in the GUI Commit: https://github.com/vim/vim/commit/ca5bc746073b6fd4b7651bc02f7a18b1b43bd4ca Author: Bram Moolenaar <Bram@vim.org> Date: Wed May 27 22:08:34 2020 +0200 patch 8.2.0833: mapping <C-bslash> doesn't work in the GUI Problem: Mapping <C-bslash> doesn't work in the GUI. Solution: Reset seenModifyOtherKeys when starting the GUI. (closes https://github.com/vim/vim/issues/6150)
author Bram Moolenaar <Bram@vim.org>
date Wed, 27 May 2020 22:15:04 +0200
parents 3fc0f57ecb91
children
line wrap: on
line source

/* XPM */
static char * tb_macro_xpm[] = {
/* width height ncolors cpp [x_hot y_hot] */
"18 18 4 1 0 0",
/* colors */
" 	s none	m none	c none",
".	s iconColor1	m black	c #000000",
"X	s bottomShadowColor	m black	c #5D6069",
"o	s iconColor2	m none	c #FFFFFF",
/* pixels */
"       ..X        ",
"      .oo.X       ",
"     .oooo.X      ",
"     .oooo.X      ",
"      .oo.XX      ",
"       ..XX       ",
"   .....o.X       ",
"  .ooooooo.X      ",
"  .oooooooo.X     ",
"   .....ooo.X     ",
"      ..ooo.X     ",
"     .ooooo.X     ",
"    .ooooooo.X    ",
"   .ooo...ooo.X   ",
"  .ooo.XX..ooo.X  ",
"  .oo.XX  X.oo.X  ",
"   ...X    X...X  ",
"    XX       XXX  "};