view pixmaps/tb_cut.xpm @ 19838:4403ab355d5e v8.2.0475

patch 8.2.0475: channel out_cb test still fails sometimes on Mac Commit: https://github.com/vim/vim/commit/bf54dbeb5ccd2cfb9cc0687fd71ac3b3eddce0da Author: Bram Moolenaar <Bram@vim.org> Date: Sun Mar 29 16:18:58 2020 +0200 patch 8.2.0475: channel out_cb test still fails sometimes on Mac Problem: Channel out_cb test still fails sometimes on Mac. Solution: Use an ever longer timeout.
author Bram Moolenaar <Bram@vim.org>
date Sun, 29 Mar 2020 16:30:04 +0200
parents 3fc0f57ecb91
children
line wrap: on
line source

/* XPM */
static char * tb_cut_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      ",
"    ...X  ...     ",
"   .XX.X  .X .    ",
"   .  .X  .X .X   ",
"   .  .X  .X .X   ",
"    ..XX   ..X    ",
"    XX     XX     ",
"                  ",
"                  "};