diff options
Diffstat (limited to 'gramscii.h')
-rw-r--r-- | gramscii.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -129,7 +129,7 @@ char modified; /* set to 1 if screen modified since last save */ char fname[256]; -char silent; /* set to 1 in script-mode */ +char script; /* set to 1 in script-mode */ char autoend; /* set to 1 in auto-arrow mode */ /* Used by draw_arrow to identify the bounding box */ |