view etc/images/gnus/describe-group.xpm @ 83297:8e357d90cc9f

Fix exponential slowdowns on repeated tty frame creation. * lisp/term/xterm.el: Protect extended function-key-map from being added to the real function-key-map each time the file is loaded. (xterm-function-map): New variable. * lisp/term/rxvt.el: Ditto. (rxvt-function-map): New variable. * lisp/term/lk201.el: Add note on buggy globalness of define-key. * lisp/term/iris-ansi.el: Ditto. * lisp/term/news.el: Ditto. * lisp/term/sun.el: Ditto. git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-337
author Karoly Lorentey <lorentey@elte.hu>
date Tue, 03 May 2005 01:38:40 +0000
parents 210af0ad3d35
children
line wrap: on
line source

/* XPM */
static char * describe_group_xpm[] = {
"24 24 5 1",
".	c None",
" 	c #000000000000",
"o	c #FFFFF5F5ACAC",
"+	c #E1E1E0E0E0E0",
"@	c #C7C7C6C6C6C6",
"........................",
"........................",
".................oooo...",
" .. .. .. .. .. oo oo o.",
"..............oooooooooo",
".............ooooooooooo",
" .. .. .. .. oo oo oo oo",
"............oooooooooooo",
"............oooooooooooo",
" .. .. .. .. oo oo oo oo",
"............oooooooooooo",
"............oooooooooooo",
" .. .. .. .. oo oo oo oo",
"............oooooooooooo",
".....    ...oooooooooooo",
" ..   ++  .. .o oo oo oo",
"...  @@@+  ....ooooooooo",
"...     @  ....oooooooo.",
" .         . .. .. .. ..",
".         ..............",
"        ................",
"       .. .. .. .. .. ..",
"      ..................",
"    ...................."};