view lisp/toolbar/widen.xpm @ 63476:a02cb15bf34c

2005-06-15 Matt Hodges <MPHodges@member.fsf.org> * ido.el (ido-incomplete-regexp): New variable. (ido-set-matches-1): Handle invalid-regexp error and set ido-incomplete-regexp. (ido-incomplete-regexp): New face. (ido-completions): Use it. (ido-complete, ido-exit-minibuffer, ido-completions): Handle incomplete regexps. (ido-completions): Add check for complete match when entering a regexp.
author Kim F. Storm <storm@cua.dk>
date Wed, 15 Jun 2005 22:44:09 +0000
parents 2568d5a27317
children
line wrap: on
line source

/* XPM */
static char * widen_xpm[] = {
/* columns rows colors chars-per-pixel */
"24 24 3 1",
" 	c None",
".	c #8d4d97577838",
"X	c black",
/* pixels */
"                        ",
"                        ",
"                        ",
"  .                  .  ",
"  .                  .  ",
"  .                  .  ",
"  .                  .  ",
"  .                  .  ",
"  .   XX        XX   .  ",
"  .  XX          XX  .  ",
"  . XX            XX .  ",
"  .XXXXXXXX  XXXXXXXX.  ",
"  .XXXXXXXX  XXXXXXXX.  ",
"  . XX            XX .  ",
"  .  XX          XX  .  ",
"  .   XX        XX   .  ",
"  .                  .  ",
"  .                  .  ",
"  .                  .  ",
"  .                  .  ",
"  .                  .  ",
"                        ",
"                        ",
"                        "};