diff options
author | Lukas Fleischer <calcurse@cryptocrack.de> | 2012-02-22 11:36:33 +0100 |
---|---|---|
committer | Lukas Fleischer <calcurse@cryptocrack.de> | 2012-02-24 22:48:26 +0100 |
commit | 3bc9497fc84abca0493083c3c208f0d2738bed38 (patch) | |
tree | 5f50bbd93b1885298df17c1d24848547c7813aa1 /src/calcurse.h | |
parent | f76e1cce404418cef74772536f2f5ac3a79b7b99 (diff) | |
download | calcurse-3bc9497fc84abca0493083c3c208f0d2738bed38.zip |
Add a read-only option
We don't save any configuration nor items if this is set. This should be
used with care, and hence there's no short option for this.
Signed-off-by: Lukas Fleischer <calcurse@cryptocrack.de>
Diffstat (limited to 'src/calcurse.h')
-rw-r--r-- | src/calcurse.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/calcurse.h b/src/calcurse.h index 5104d45..16ef558 100644 --- a/src/calcurse.h +++ b/src/calcurse.h @@ -946,6 +946,7 @@ extern int resize; extern unsigned colorize; extern int foreground, background; extern enum ui_mode ui_mode; +extern int read_only; extern int days[12]; extern char *monthnames[12]; extern char *daynames[8]; |