|
|
BSD 4.2
/* curon.c 4.1 83/03/09 */
#include "2648.h"
curon()
{
if (_cursoron)
return;
sync();
escseq(ESCD);
outchar('k');
_cursoron = 1;
}
curoff()
{
if (!_cursoron)
return;
sync();
escseq(ESCD);
outchar('l');
_cursoron = 0;
}
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.