-/* $NetBSD: fancy.c,v 1.6 1997/10/14 00:41:20 lukem Exp $ */
+/* $NetBSD: fancy.c,v 1.9 1999/02/10 17:08:06 hubertf Exp $ */
/*
* Copyright (c) 1980, 1993
#if 0
static char sccsid[] = "@(#)fancy.c 8.1 (Berkeley) 5/31/93";
#else
-__RCSID("$NetBSD: fancy.c,v 1.6 1997/10/14 00:41:20 lukem Exp $");
+__RCSID("$NetBSD: fancy.c,v 1.9 1999/02/10 17:08:06 hubertf Exp $");
#endif
#endif /* not lint */
tputs(CL, CO, addbuf); /* put CL in buffer */
}
-void
-tos()
-{ /* home cursor */
- curmove(0, 0);
-}
-
-
void
fancyc(c)
char c; /* character to output */
int
getcaps(s)
- char *s;
+ const char *s;
{
char *code; /* two letter code */
char ***cap; /* pointer to cap string */