view etc/images/gnus/preview.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 *prev1[]={
"24 24 6 1",
". c None",
"# c #000000",
"d c #46463e",
"a c #676663",
"c c #a8a7a3",
"b c #ebeae4",
"........................",
"........................",
"........................",
"........................",
"........................",
"..............####......",
".........#####abbc#.....",
"....#####acbbbbbbc#.....",
"...#acbbbbbbbbbbacc#....",
"...#baabbbbbbbbcacb#....",
"...#cbcaabbd##dacbb#....",
"....#bbbccdcbbcdabbc#...",
"....#bbbbdccaaccdacb#...",
"....#cbbb#abbbbb#bac#...",
".....#bbb#cbbbbc#bbac#..",
".....#bbbdcbbbbddbbc##..",
".....#cbccdcbbd#####....",
"......#babbd##dd##......",
"......#acbc###.####.....",
"......#aa##......###....",
".......##.........###...",
"...................##...",
"........................",
"........................"};