view pixmaps/tb_blank.xpm @ 32568:cb1af9880f6d v9.0.1616

patch 9.0.1616: quickfix text field is truncated Commit: https://github.com/vim/vim/commit/5bf042810b19a627eda2f170624a0cfd7b4f6ed6 Author: Shane Harper <shane@shaneharper.net> Date: Wed Jun 7 19:09:57 2023 +0100 patch 9.0.1616: quickfix text field is truncated Problem: Quickfix text field is truncated. Solution: Fix output of text field after pattern field in quickfix buffer. (Shane Harper, closes #12498)
author Bram Moolenaar <Bram@vim.org>
date Wed, 07 Jun 2023 20:15:04 +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"};