]>
git.cameronkatri.com Git - bsdgames-darwin.git/blob - hack/def.flag.h
2 * Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985.
4 * $NetBSD: def.flag.h,v 1.3 1995/03/23 08:29:22 cgd Exp $
8 unsigned ident
; /* social security number for each monster */
9 unsigned debug
:1; /* in debugging mode */
10 #define wizard flags.debug
11 unsigned toplin
:2; /* a top line (message) has been printed */
12 /* 0: top line empty; 2: no --More-- reqd. */
13 unsigned cbreak
:1; /* in cbreak mode, rogue format */
14 unsigned standout
:1; /* use standout for --More-- */
15 unsigned nonull
:1; /* avoid sending nulls to the terminal */
16 unsigned time
:1; /* display elapsed 'time' */
17 unsigned nonews
:1; /* suppress news printing */
18 unsigned notombstone
:1;
19 unsigned end_top
, end_around
; /* describe desired score list */
20 unsigned end_own
:1; /* idem (list all own scores) */
21 unsigned no_rest_on_space
:1; /* spaces are ignored */
24 unsigned invlet_constant
:1; /* let objects keep their
28 unsigned run
:3; /* 0: h (etc), 1: H (etc), 2: fh (etc) */
29 /* 3: FH, 4: ff+, 5: ff-, 6: FF+, 7: FF- */
30 unsigned nopick
:1; /* do not pickup objects */
31 unsigned echo
:1; /* 1 to echo characters */
32 unsigned botl
:1; /* partially redo status line */
33 unsigned botlx
:1; /* print an entirely new bottom line */
34 unsigned nscrinh
:1; /* inhibit nscr() in pline(); */
35 unsigned made_amulet
:1;
36 unsigned no_of_wizards
:2;/* 0, 1 or 2 (wizard and his shadow) */
37 /* reset from 2 to 1, but never to 0 */
44 extern struct flag flags
;