Mercurial > emacs
view etc/images/gud/cont.xpm @ 102975:efeb215b8665
* display.texi (Truncation): Overlays can use line-prefix and
wrap-prefix too.
(Overlay Properties): Document wrap-prefix and line-prefix.
(Face Attributes): Document underline-minimum-offset.
(Face Remapping): Copyedits.
(Low-Level Font): Copyedits.
(Image Cache): Note that the image cache is shared between frames.
author | Chong Yidong <cyd@stupidchicken.com> |
---|---|
date | Wed, 15 Apr 2009 03:07:06 +0000 |
parents | 8d47733bcd93 |
children |
line wrap: on
line source
/* XPM */ static char * continue_xpm[] = { "24 24 6 1", " c None", ". c #cc0033", "X c #d99faa", "o c #616161", "O c #2a1f55", "+ c #aa9faa", " ", " ", " ", " ", " .X ", " X..X ", " ....... oO Oo ", " X..X oO+ +Oo ", " .X OO OO ", " OO OO ", " OO OO ", " Oo oO ", " OO OO ", " Oo oO ", " OO OO ", " OO OO ", " OO OO ", " oO+ +Oo ", " oO Oo ", " ", " ", " ", " ", " "};