date and time created 83/03/09 16:22:51 by ralph
[unix-history] / usr / src / old / lib2648 / gon.c
CommitLineData
90594074
RC
1/* gon.c 4.1 83/03/09 */
2
3#include "2648.h"
4
5gon()
6{
7 sync();
8 escseq(ESCD);
9 outchar('c');
10}
11
12goff()
13{
14 sync();
15 escseq(ESCD);
16 outchar('d');
17}