


VIDEO(SFS3)       MISC. REFERENCE MANUAL PAGES        VIDEO(SFS3)



NAME
     video - terminal-independent text enhancement routines

SYNOPSIS
     initvideo(flag);
     int    flag;

     italicon();
     italicoff();
     boldon();
     boldoff();
     uparrow();


DESCRIPTION
     initvideo() is an optional  routine  that  may  be  used  to
     enforce the generation of terminal codes even if the process
     is not connected to a terminal.  If flag  is  set  then  the
     following  routines always produce codes.  Default action is
     only to send codes if the process is talking to a  terminal,
     in  which  case this routine need not be called.  italicon()
     sends appropriate codes to the terminal to turn italics  (or
     underlining) on.  italicoff() sends appropriate codes to the
     terminal to turn italics  (or  underlining)  off.   boldon()
     sends  appropriate  codes  to  the terminal to turn bold (or
     reverse video) on.  boldoff() sends appropriate codes to the
     terminal  to  turn  bold  (or reverse video) off.  uparrow()
     sends appropriate codes to the terminal to move  the  cursor
     up one line.

VERSION/AUTHOR
     1.0 - Mark Huvkvale.

SEE ALSO
     termcap(3)

SOURCE
     /ptemp/mark/sfs/libsfs/video.c

















SFS                     Last change: UCL                        1



