view etc/letter.xpm @ 58217:72149deebe89

* window.c (shrink_windows): Handle special case of one window left when trying to shrink the final reminder. Grow windows if total_removed is less than total_shrink.
author Jan Djärv <jan.h.d@swipnet.se>
date Sun, 14 Nov 2004 11:59:21 +0000
parents bc20bf61a6e9
children
line wrap: on
line source

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