view etc/letter.xpm @ 83217:8131adf4ac7b

Set ncurses-related environment variables while creating a new tty frame. (Reported by Dan Nicolaescu.) * lisp/server.el (server-with-client-environment): New macro. (server-process-filter): Temporarily set ncurses-related environment variables to those of the client while creating a new tty frame. git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-257
author Karoly Lorentey <lorentey@elte.hu>
date Sun, 10 Oct 2004 18:11:21 +0000
parents bc20bf61a6e9
children
line wrap: on
line source

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