terminal revision 129be1b7
1129be1b7Smrg/*****************************************************************************/ 2129be1b7Smrg/** Copyright 1988 by Evans & Sutherland Computer Corporation, **/ 3129be1b7Smrg/** Salt Lake City, Utah **/ 4129be1b7Smrg/** **/ 5129be1b7Smrg/** All Rights Reserved **/ 6129be1b7Smrg/** **/ 7129be1b7Smrg/** Permission to use, copy, modify, and distribute this software and **/ 8129be1b7Smrg/** its documentation for any purpose and without fee is hereby **/ 9129be1b7Smrg/** granted, provided that the above copyright notice appear in all **/ 10129be1b7Smrg/** copies and that both that copyright notice and this permis- **/ 11129be1b7Smrg/** sion notice appear in supporting documentation, and that the **/ 12129be1b7Smrg/** name of Evans & Sutherland not be used in advertising or publi- **/ 13129be1b7Smrg/** city pertaining to distribution of the software without specif- **/ 14129be1b7Smrg/** ic, written prior permission. **/ 15129be1b7Smrg/** **/ 16129be1b7Smrg/** EVANS & SUTHERLAND DISCLAIMS ALL WARRANTIES WITH REGARD TO **/ 17129be1b7Smrg/** THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILI- **/ 18129be1b7Smrg/** TY AND FITNESS, IN NO EVENT SHALL EVANS & SUTHERLAND BE LIABLE **/ 19129be1b7Smrg/** FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAM- **/ 20129be1b7Smrg/** AGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, **/ 21129be1b7Smrg/** WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS **/ 22129be1b7Smrg/** ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PER- **/ 23129be1b7Smrg/** FORMANCE OF THIS SOFTWARE. **/ 24129be1b7Smrg/*****************************************************************************/ 25129be1b7Smrg 26129be1b7Smrg#define xterm_width 48 27129be1b7Smrg#define xterm_height 48 28129be1b7Smrgstatic char xterm_bits[] = { 29129be1b7Smrg 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xc0, 0xff, 0xff, 0xff, 0xff, 0x00, 30129be1b7Smrg 0x20, 0x00, 0x00, 0x00, 0x00, 0x03, 0x20, 0xfe, 0xff, 0xff, 0x1f, 0x05, 31129be1b7Smrg 0x20, 0x01, 0x00, 0x00, 0x20, 0x09, 0xa0, 0x00, 0x00, 0x00, 0x40, 0x11, 32129be1b7Smrg 0xa0, 0xfc, 0xff, 0x00, 0x40, 0x21, 0xa0, 0x00, 0x00, 0x00, 0x40, 0x21, 33129be1b7Smrg 0xa0, 0xfc, 0x01, 0x00, 0x40, 0x21, 0xa0, 0x00, 0x00, 0x00, 0x40, 0x21, 34129be1b7Smrg 0xa0, 0xfc, 0xff, 0x3f, 0x40, 0x21, 0xa0, 0x00, 0x00, 0x00, 0x40, 0x21, 35129be1b7Smrg 0xa0, 0xfc, 0x03, 0x00, 0x40, 0x21, 0xa0, 0x00, 0x00, 0x00, 0x40, 0x21, 36129be1b7Smrg 0xa0, 0xfc, 0xff, 0x01, 0x40, 0x21, 0xa0, 0x00, 0x00, 0x00, 0x40, 0x21, 37129be1b7Smrg 0xa0, 0xfc, 0x00, 0x00, 0x40, 0x21, 0xa0, 0x00, 0x00, 0x00, 0x40, 0x21, 38129be1b7Smrg 0xa0, 0x00, 0x00, 0x00, 0x40, 0x21, 0xa0, 0x00, 0x00, 0x00, 0x40, 0x21, 39129be1b7Smrg 0xa0, 0x00, 0x00, 0x00, 0x40, 0x21, 0xa0, 0x00, 0x00, 0x00, 0x40, 0x21, 40129be1b7Smrg 0xa0, 0x00, 0x00, 0x00, 0x40, 0x21, 0xa0, 0x00, 0x00, 0x00, 0x40, 0x21, 41129be1b7Smrg 0xa0, 0x00, 0x00, 0x00, 0x40, 0x21, 0xa0, 0x00, 0x00, 0x00, 0x40, 0x11, 42129be1b7Smrg 0xa0, 0x00, 0x00, 0x00, 0x40, 0x11, 0xa0, 0x00, 0x00, 0x00, 0x40, 0x09, 43129be1b7Smrg 0xa0, 0x00, 0x00, 0x00, 0x40, 0x09, 0xa0, 0x00, 0x00, 0x00, 0x40, 0x05, 44129be1b7Smrg 0x20, 0x01, 0x00, 0x00, 0x20, 0x05, 0x20, 0xfe, 0xff, 0xff, 0x1f, 0x03, 45129be1b7Smrg 0x20, 0x00, 0x00, 0x00, 0x00, 0x03, 0xc0, 0xff, 0xff, 0xff, 0xff, 0x00, 46129be1b7Smrg 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 47129be1b7Smrg 0xc0, 0xff, 0xff, 0xff, 0xff, 0x03, 0x20, 0x00, 0x00, 0x00, 0x00, 0x03, 48129be1b7Smrg 0xa0, 0xaa, 0xaa, 0xaa, 0x2a, 0x03, 0x10, 0x00, 0x00, 0x00, 0x80, 0x02, 49129be1b7Smrg 0x50, 0x55, 0x55, 0x55, 0x95, 0x02, 0x08, 0x00, 0x00, 0x00, 0x40, 0x02, 50129be1b7Smrg 0xa8, 0xaa, 0xaa, 0xaa, 0x4a, 0x02, 0x04, 0x00, 0x00, 0x00, 0x20, 0x01, 51129be1b7Smrg 0xb4, 0xff, 0xff, 0xff, 0xad, 0x00, 0x02, 0x00, 0x00, 0x00, 0x50, 0x00, 52129be1b7Smrg 0xfe, 0xff, 0xff, 0xff, 0x3f, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00}; 53