view etc/letter.xpm @ 83549:8d80de0a1ac6

Fix crash in window.c. * src/window.c (set_window_buffer): Don't call clear_mouse_face on tty frames. git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-589
author Karoly Lorentey <lorentey@elte.hu>
date Sun, 03 Dec 2006 15:12:18 +0000
parents bc20bf61a6e9
children
line wrap: on
line source

/* XPM */
static char * letter_xpm[] = {
"14 10 2 1",
".	c opaque",
" 	c None",
"..............",
"...        ...",
".  .      .  .",
".   .    .   .",
".    ....    .",
".   . .. .   .",
".  .      .  .",
". .        . .",
"..          ..",
".............."};