view etc/images/ezimage/checkmark.xpm @ 85547:aa63a97d09ff

(wyse50-terminal-map): New var. (terminal-init-wyse50): Use it and input-decode-map. (enable-arrow-keys): Emasculate.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Mon, 22 Oct 2007 15:20:15 +0000
parents 616e5cb890c3
children
line wrap: on
line source

/* XPM */
static char * sb_chk_xpm[] = {
"15 15 2 1",
" 	c None",
".	c #FF0000",
"               ",
" . .  ..       ",
" . . .         ",
" . . .       . ",
"  .   ..    .  ",
"           ..  ",
"          ..   ",
" ...     ..    ",
" ...    ..     ",
" ....  ..      ",
"  ... ..       ",
"   ....        ",
"    ...        ",
"     .         ",
"               "};