home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 35 Internet / 35-Internet.zip / trn_12.zip / src / artstate.h < prev    next >
C/C++ Source or Header  |  1991-12-04  |  2KB  |  42 lines

  1. /* $Id: artstate.h,v 4.4 1991/09/09 20:18:23 sob Exp sob $ 
  2.  *
  3.  * $Log: artstate.h,v $
  4.  * Revision 4.4  1991/09/09  20:18:23  sob
  5.  * release 4.4
  6.  *
  7.  *
  8.  * 
  9.  */
  10. /* This software is Copyright 1991 by Stan Barber. 
  11.  *
  12.  * Permission is hereby granted to copy, reproduce, redistribute or otherwise
  13.  * use this software as long as: there is no monetary profit gained
  14.  * specifically from the use or reproduction of this software, it is not
  15.  * sold, rented, traded or otherwise marketed, and this copyright notice is
  16.  * included prominently in any copy made. 
  17.  *
  18.  * The author make no claims as to the fitness or correctness of this software
  19.  * for any use whatsoever, and it is provided as is. Any use of this software
  20.  * is at the user's own risk. 
  21.  */
  22.  
  23. EXT bool reread INIT(FALSE);        /* consider current art temporarily */
  24.                     /* unread? */
  25. EXT bool do_fseek INIT(FALSE);    /* should we back up in article file? */
  26.  
  27. EXT bool oldsubject INIT(FALSE);    /* not 1st art in subject thread */
  28. EXT ART_LINE topline INIT(-1);        /* top line of current screen */
  29. EXT bool do_hiding INIT(TRUE);        /* hide header lines with -h? */
  30. #ifdef ROTATION
  31. EXT bool rotate INIT(FALSE);        /* has rotation been requested? */
  32. #endif
  33. EXT char *prompt;            /* pointer to current prompt */
  34.  
  35. EXT char *firstline INIT(Nullch);            /* special first line? */
  36. #ifdef CUSTOMLINES
  37. EXT char *hideline INIT(Nullch);        /* custom line hiding? */
  38. EXT char *pagestop INIT(Nullch);        /* custom page terminator? */
  39. EXT COMPEX hide_compex;
  40. EXT COMPEX page_compex;
  41. #endif
  42.