view pixmaps/tb_copy.xpm @ 31291:16fc80710970 v9.0.0979

patch 9.0.0979: ch_log() text can be hard to find in the log file Commit: https://github.com/vim/vim/commit/4f501171f7ba8fe3d24c7e5bf5fcec5b5f246df1 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Dec 1 11:02:23 2022 +0000 patch 9.0.0979: ch_log() text can be hard to find in the log file Problem: ch_log() text can be hard to find in the log file. Solution: Prepend "ch_log()" to the text.
author Bram Moolenaar <Bram@vim.org>
date Thu, 01 Dec 2022 12:15:05 +0100
parents 3fc0f57ecb91
children
line wrap: on
line source

/* XPM */
static char * tb_copy_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 iconColor2	m none	c #FFFFFF",
"o	s bottomShadowColor	m black	c #5D6069",
/* pixels */
"                  ",
"                  ",
" ..........       ",
" .XXXXXXXX.o      ",
" .X.............  ",
" .XXXX.XXXXXXXX.  ",
" .X....X......X.o ",
" .XXXX.XXXXXXXX.o ",
" .X....X......X.o ",
" .XXXX.XXXXXXXX.o ",
" .X..X.X......X.o ",
" .XXXX.XXXXXXXX.o ",
" ......X..XXXXX.o ",
"  oooo.XXXXXXXX.o ",
"      ..........o ",
"        ooooooooo ",
"                  ",
"                  "};