view etc/letter.xpm @ 43281:a4ea76de57c9

(Vmode_line_in_non_selected_windows): Removed. (mode_line_in_non_selected_windows): New variable. (syms_of_window): DEFVAR_BOOL it.
author Kim F. Storm <storm@cua.dk>
date Wed, 13 Feb 2002 22:41:12 +0000
parents 292640c5a4d0
children bc20bf61a6e9
line wrap: on
line source

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