home *** CD-ROM | disk | FTP | other *** search
/ rtsi.com / 2014.01.www.rtsi.com.tar / www.rtsi.com / OS9 / OSK / TELECOM / rn_4_3_blars.lzh / artstate.h < prev    next >
Text File  |  1990-08-22  |  1KB  |  34 lines

  1. /* $Header: artstate.h,v 4.3.1.2 85/05/13 09:30:30 lwall Exp $
  2.  *
  3.  * $Log:    artstate.h,v $
  4.  * Revision 4.3.1.2  85/05/13  09:30:30  lwall
  5.  * Added CUSTOMLINES option.
  6.  * 
  7.  * Revision 4.3.1.1  85/05/10  11:31:32  lwall
  8.  * Branch for patches.
  9.  * 
  10.  * Revision 4.3  85/05/01  11:35:59  lwall
  11.  * Baseline for release with 4.3bsd.
  12.  * 
  13.  */
  14.  
  15. EXT bool reread INIT(FALSE);        /* consider current art temporarily */
  16.                     /* unread? */
  17. EXT bool do_fseek INIT(FALSE);    /* should we back up in article file? */
  18.  
  19. EXT bool oldsubject INIT(FALSE);    /* not 1st art in subject thread */
  20. EXT ART_LINE topline INIT(-1);        /* top line of current screen */
  21. EXT bool do_hiding INIT(TRUE);        /* hide header lines with -h? */
  22. #ifdef ROTATION
  23. EXT bool rotate INIT(FALSE);        /* has rotation been requested? */
  24. #endif
  25. EXT char *prompt;            /* pointer to current prompt */
  26.  
  27. EXT char *firstline INIT(Nullch);            /* special first line? */
  28. #ifdef CUSTOMLINES
  29. EXT char *hideline INIT(Nullch);        /* custom line hiding? */
  30. EXT char *pagestop INIT(Nullch);        /* custom page terminator? */
  31. EXT COMPEX hide_compex;
  32. EXT COMPEX page_compex;
  33. #endif
  34.