Mercurial > emacs
view lisp/toolbar/execute.xpm @ 48715:1e0c7ad65f05
(describe-register-1): Use window-width
to truncate string in a register. Check whether the string
in a register is an empty string or a sequence of white spaces.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sat, 07 Dec 2002 21:29:35 +0000 |
parents | 2568d5a27317 |
children |
line wrap: on
line source
/* XPM */ static char * mail_exec_xpm[] = { /* columns rows colors chars-per-pixel */ "24 24 6 1", " c None", ". c black", "X c #a5d8a5d89550", "o c #d305d305bc3c", "O c #ea03ea03d271", "+ c white", /* pixels */ " ", " ", " ", " .. ", " XX .. ", " oo XX .. ", " OO oo XX .. ", " OO oo XX .. ", " OO oo XX .. ", " OO oo XX .. ", " OO oo XX .. ", " OO oo XX .. ", " OO oo XX .. ", " OO oo XX ", " OO oo ", " OO + .. ", " XX .. ", " oo XX ", " OO oo ", " OO ", " ", " ", " ", " "};