view etc/images/gud/break.xpm @ 111108:d35341cade2a

Fix beg_col calculation when painting from window start. xdisp.c (mouse_face_from_buffer_pos): Don't compute beg_col if already decided to paint from beginning of window.
author Eli Zaretskii <eliz@gnu.org>
date Sat, 02 Oct 2010 19:42:53 +0200
parents 96c76ff2e77b
children
line wrap: on
line source

/* XPM */
static char * break_xpm[] = {
"24 24 2 1",
" 	c None",
".	c #cc0033",
"                        ",
"                        ",
"                        ",
"                        ",
"          ....          ",
"        ........        ",
"       ..........       ",
"      ............      ",
"     ..............     ",
"     ..............     ",
"    ................    ",
"    ................    ",
"    ................    ",
"    ................    ",
"     ..............     ",
"     ..............     ",
"      ............      ",
"       ..........       ",
"        ........        ",
"          ....          ",
"                        ",
"                        ",
"                        ",
"                        "};