view etc/images/ezimage/box.xpm @ 68354:2e3377217d77

(handle_single_display_spec): Fix handling of space property on char from string: set *position rather than it->current.pos. (produce_stretch_glyph): Reduce width of stretch glyphs so they don't get wider than the window (unless truncate-lines is on).
author Kim F. Storm <storm@cua.dk>
date Mon, 23 Jan 2006 13:14:01 +0000
parents 616e5cb890c3
children
line wrap: on
line source

/* XPM */
static char * sb_box_xpm[] = {
"20 15 4 1",
" 	c None",
".	c #828282",
"+	c #000000",
"@	c #FFF993",
"                    ",
" ...............    ",
" .++++++++++++++.   ",
" .++@@@@@@+@@@@@+.  ",
" .+@+@@@@@@+@@@@@+. ",
" .+@@++++++++++++++.",
" .+@@+@@@@@@@@@@@@+.",
" .+@@+@@@@@@@@@@@@+.",
" .+@@+@@@@@@@@@@@@+.",
" .+@@+@@@@@@@@@@@@+.",
" .+@@+@@@@@@@@@@@@+.",
"  .+@+@@@@@@@@@@@@+.",
".  .++@@@@@@@@@@@@+.",
"    .++++++++++++++.",
"     .............. "};