view etc/images/separator.xpm @ 108659:ab4686221ccf

Handle lines truncated on right. xdisp.c (find_row_edges): Handle the truncated_on_right_p rows.
author Eli Zaretskii <eliz@gnu.org>
date Sat, 22 May 2010 17:13:04 +0300
parents 75b06a7624a1
children bc8dc4ac1e28
line wrap: on
line source

/* XPM */
static char * separator_xpm[] = {
"2 24 3 1",
" 	c None",
".	c #DBD3CB",
"+	c #FCFBFA",
"  ",
"  ",
"  ",
".+",
".+",
".+",
".+",
".+",
".+",
".+",
".+",
".+",
".+",
".+",
".+",
".+",
".+",
".+",
".+",
".+",
".+",
"  ",
"  ",
"  "};