home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Professional / OS2PRO194.ISO / os2 / com / utils / elm / sources / curses.h < prev    next >
C/C++ Source or Header  |  1990-04-28  |  1KB  |  45 lines

  1.  
  2. /* $Id: curses.h,v 4.1 90/04/28 22:42:05 syd Exp $ */
  3.  
  4. /*******************************************************************************
  5.  *  The Elm Mail System  -  $Revision: 4.1 $   $State: Exp $
  6.  *
  7.  *             Copyright (c) 1986, 1987 Dave Taylor
  8.  *             Copyright (c) 1988, 1989, 1990 USENET Community Trust
  9.  *******************************************************************************
  10.  * Bug reports, patches, comments, suggestions should be sent to:
  11.  *
  12.  *    Syd Weinstein, Elm Coordinator
  13.  *    elm@DSI.COM            dsinc!elm
  14.  *
  15.  *******************************************************************************
  16.  * $Log:    curses.h,v $
  17.  * Revision 4.1  90/04/28  22:42:05  syd
  18.  * checkin of Elm 2.3 as of Release PL0
  19.  *
  20.  *
  21.  ******************************************************************************/
  22.  
  23.      /*** Include file for seperate compilation.  ***/
  24.  
  25. #define OFF        0
  26. #define ON         1
  27.  
  28. int  InitScreen(),      /* This must be called before anything else!! */
  29.  
  30.      ClearScreen(),      CleartoEOLN(),
  31.  
  32.      MoveCursor(),
  33.  
  34.      StartBold(),        EndBold(),
  35.      StartUnderline(),   EndUnderline(),
  36.      StartHalfbright(),  EndHalfbright(),
  37.      StartInverse(),     EndInverse(),
  38.  
  39.      transmit_functions(),
  40.  
  41.      Raw(),              RawState(),
  42.      ReadCh();
  43.  
  44. char *return_value_of();
  45.