view pixmaps/tb_blank.xpm @ 14126:1ce45478cbf1

patch 8.1.0080: can't see the breakpoint number in the terminal debugger commit https://github.com/vim/vim/commit/de1a83147a28d3db8f9fca415ffc8fa04218eac2 Author: Bram Moolenaar <Bram@vim.org> Date: Tue Jun 19 16:59:54 2018 +0200 patch 8.1.0080: can't see the breakpoint number in the terminal debugger Problem: Can't see the breakpoint number in the terminal debugger. Solution: Use the breakpoint number for the sign. (Christian Brabandt)
author Christian Brabandt <cb@256bit.org>
date Tue, 19 Jun 2018 17:00:07 +0200
parents 3fc0f57ecb91
children
line wrap: on
line source

/* XPM */
static char * tb_blank_xpm[] = {
/* width height ncolors cpp [x_hot y_hot] */
"18 18 4 1 0 0",
/* colors */
" 	s iconColor1	m black	c #000000",
".	s none	m none	c none",
"X	s topShadowColor	m none	c #DCDEE5",
"o	s bottomShadowColor	m black	c #5D6069",
/* pixels */
"                 .",
" XXXXXXXXXXXXXXX .",
" X.............. o",
" X.............. o",
" X.............. o",
" X.............. o",
" X.............. o",
" X.............. o",
" X.............. o",
" X.............. o",
" X.............. o",
" X.............. o",
" X.............. o",
" X.............. o",
" X.............. o",
" X.............. o",
"                 o",
"..oooooooooooooooo"};