1*18804Sdist /* 2*18804Sdist * Copyright (c) 1980 Regents of the University of California. 3*18804Sdist * All rights reserved. The Berkeley software License Agreement 4*18804Sdist * specifies the terms and conditions for redistribution. 5*18804Sdist */ 611464Sralph 7*18804Sdist #ifndef lint 8*18804Sdist static char sccsid[] = "@(#)cleara.c 5.1 (Berkeley) 04/26/85"; 9*18804Sdist #endif not lint 10*18804Sdist 1111464Sralph #include "2648.h" 1211464Sralph cleara()1311464Sralphcleara() 1411464Sralph { 1511464Sralph sync(); 1611464Sralph escseq(NONE); 1711464Sralph outstr("\33H\33J"); 1811464Sralph } 19