|
|
1.1 ! root 1: /* set.c 4.1 83/03/09 */ ! 2: /* ! 3: * Routines to set line type. ! 4: */ ! 5: ! 6: #include "2648.h" ! 7: ! 8: setxor() ! 9: { ! 10: _supsmode = MX; ! 11: } ! 12: ! 13: setclear() ! 14: { ! 15: _supsmode = _video==INVERSE ? MS : MC; ! 16: } ! 17: ! 18: setset() ! 19: { ! 20: _supsmode = _video==INVERSE ? MC : MS; ! 21: }
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.