view etc/letter.xpm @ 43203:dd98ef3675e5

(Qmode_line_inactive): New face variable for mode-line in non-selected windows. (realize_basic_faces): Realize it. (syms_of_term): Intern and staticpro it.
author Kim F. Storm <storm@cua.dk>
date Fri, 08 Feb 2002 23:49:51 +0000
parents 292640c5a4d0
children bc20bf61a6e9
line wrap: on
line source

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