date and time created 83/03/09 16:23:06 by ralph
[unix-history] / usr / src / old / lib2648 / clearg.c
CommitLineData
c02b51b5
RC
1/* clearg.c 4.1 83/03/09 */
2
3#include "2648.h"
4
5clearg()
6{
7 sync();
8 escseq(ESCD);
9 outchar((_video==INVERSE) ? 'b' : 'a');
10}