BSD 4_3 development
[unix-history] / usr / contrib / rn / artstate.h
CommitLineData
9c4b96b4
C
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
15EXT bool reread INIT(FALSE); /* consider current art temporarily */
16 /* unread? */
17EXT bool do_fseek INIT(FALSE); /* should we back up in article file? */
18
19EXT bool oldsubject INIT(FALSE); /* not 1st art in subject thread */
20EXT ART_LINE topline INIT(-1); /* top line of current screen */
21EXT bool do_hiding INIT(TRUE); /* hide header lines with -h? */
22#ifdef ROTATION
23EXT bool rotate INIT(FALSE); /* has rotation been requested? */
24#endif
25EXT char *prompt; /* pointer to current prompt */
26
27EXT char *firstline INIT(Nullch); /* special first line? */
28#ifdef CUSTOMLINES
29EXT char *hideline INIT(Nullch); /* custom line hiding? */
30EXT char *pagestop INIT(Nullch); /* custom page terminator? */
31EXT COMPEX hide_compex;
32EXT COMPEX page_compex;
33#endif