view lisp/toolbar/gud-display.xpm @ 50944:111b4f1da171

(follow_key): Remove dead variable `did_meta'. (access_keymap_keyremap, keyremap_step): New funs, extracted from the duplicated handling of function-key-map and key-translation-map in read_key_sequence. (read_key_sequence): Use them.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Sat, 10 May 2003 22:15:35 +0000
parents 46a4047710f4
children
line wrap: on
line source

/* XPM */
static char * display_xpm[] = {
"24 24 2 1",
" 	c #C0C0C0C0C0C0",
".	c #000000000000",
"                        ",
"                        ",
"                        ",
"                        ",
"            ...         ",
"             ..         ",
"             ..         ",
"             ..         ",
"          .....         ",
"         ..  ..         ",
"        ..   ..         ",
"        ..   ..         ",
"        ..   ..         ",
"        ..   ..         ",
"        ..   ..         ",
"         ..  ..         ",
"          ......        ",
"                        ",
"                        ",
"                        ",
"                        ",
"                        ",
"                        ",
"                        "};