view etc/images/ezimage/label.xpm @ 94909:11f28d8c2c22

(update_frame_1): Check if tty output is still valid before flushing it.
author Chong Yidong <cyd@stupidchicken.com>
date Tue, 13 May 2008 21:19:03 +0000
parents 616e5cb890c3
children
line wrap: on
line source

/* XPM */
static char * sb_label_xpm[] = {
"10 16 3 1",
" 	c None",
".	c gray",
"+	c blue",
"     .....",
"   ..+++++",
"  .+++++++",
" .++++++++",
" .++++++++",
".+++++++++",
".+++++++++",
".+++++++++",
".+++++++++",
".+++++++++",
".+++++++++",
".+++++++++",
".+++++++++",
".+++++++++",
".+++++++++",
".+++++++++"};