Files
Arquivotheca.SunOS-4.1.4/usr.lib/libcurses/screen/_syncmodes.c
seta75D ff309bfe1c Init
2021-10-11 18:37:13 -03:00

16 lines
242 B
C

#ifndef lint
static char sccsid[] = "@(#)_syncmodes.c 1.1 94/10/31 SMI"; /* from S5R2 1.1 */
#endif
#include "curses.ext"
_syncmodes()
{
#ifdef DEBUG
if(outf) fprintf(outf, "_syncmodes().\n");
#endif
_sethl();
_setmode();
_setwind();
}