view etc/images/gud/stepi.xpm @ 109325:d916e52744cb

cal-tex.el fixes for calendar-week-start-day != 0. * calendar/calendar.el (calendar-week-end-day): New function. * calendar/cal-tex.el (cal-tex-cursor-month): Remove unused vars. Respect calendar-week-start-day. (Bug#6606) (cal-tex-insert-day-names, cal-tex-insert-blank-days) (cal-tex-insert-blank-days-at-end): Respect calendar-week-start-day. (cal-tex-first-blank-p, cal-tex-last-blank-p): Simplify, and respect calendar-week-start-day.
author Glenn Morris <rgm@gnu.org>
date Sat, 10 Jul 2010 16:34:57 -0700
parents f309eed9f854
children
line wrap: on
line source

/* XPM */
static char * gud_stepi_xpm[] = {
"24 24 5 1",
" 	c None",
".	c #D4D400000000",
"X	c #616161616161",
"o	c #2A2A1F1F5555",
"O	c #CCCC99999999",
"                        ",
"                        ",
"                        ",
"                        ",
"      .....             ",
"     .     .            ",
"    .       .           ",
"    .       .           ",
"    .   X   .   X       ",
"    .  Xo .O.O. oX      ",
"      Xo  O...O  oX     ",
"     Xo    ...    oX    ",
"    Xo     O.O     oX   ",
"    oX      .      Xo   ",
"     oX           Xo    ",
"      oX         Xo     ",
"       oX       Xo      ",
"        o       o       ",
"                        ",
"                        ",
"                        ",
"                        ",
"                        ",
"                        "};