added call to "symbols_init", and fixed problem with argument
[unix-history] / usr / src / old / lib2648 / gon.c
/* gon.c 4.1 83/03/09 */
#include "2648.h"
gon()
{
sync();
escseq(ESCD);
outchar('c');
}
goff()
{
sync();
escseq(ESCD);
outchar('d');
}