view etc/letter.xpm @ 53991:8533bf50dfbb

(prev_read): New static variable. (read_avail_input): Use it to zero out only those slots in buf[] that were used last time we were called.
author Eli Zaretskii <eliz@is.elta.co.il>
date Mon, 16 Feb 2004 16:36:24 +0000
parents bc20bf61a6e9
children
line wrap: on
line source

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