view etc/images/smilies/frown.xpm @ 71121:f9586be49e8e

(Minibuffer History): Add history-add-new-input.
author Juri Linkov <juri@jurta.org>
date Wed, 31 May 2006 22:02:33 +0000
parents 210af0ad3d35
children
line wrap: on
line source

/* XPM */
static char * frown_xpm[] = {
"13 14 3 1",
" 	c None",
".	c #000000",
"+	c #FFDD00",
"   .......   ",
"  ..+++++..  ",
" .+++++++++. ",
".++..+++..++.",
".++++.+.++++.",
".+...+++...+.",
".+...+++...+.",
".+++++++++++.",
".+++.....+++.",
".++.+++++.++.",
".++.+++++.++.",
" .+++++++++. ",
"  ..+++++..  ",
"   .......   "};