/*************************************************************************
 ***                        screen.h                     (JJB TEMPLAR) ***
 *** Date begun: 26/8/89.                                              ***
 *** Last modified: 26/8/89.                                           ***
 *************************************************************************/
/*** Ha. Now you see it, now you don't...                              ***
 *************************************************************************/

extern char sc_lower_left[10];

extern char sc_addline[];
extern char sc_u_in[];
extern char sc_out[];

#define add_line()      tputs(sc_addline)
#define lower_left()    tputs(sc_lower_left)
#define ul_enter()      tputs(sc_u_in)
#define ul_exit()       tputs(sc_out)

/* Users:   (so you know who to update)
 *     prim.c
 *     suppcom.c
 *     help.c
 *     output.c
 * Miscellaneous:
 *     home() and clear() are real functions.
 **********************/
