summaryrefslogtreecommitdiff
path: root/util/epist/config.hh
diff options
context:
space:
mode:
authorMarius Nita <marius@cs.pdx.edu>2002-10-14 02:50:44 +0000
committerMarius Nita <marius@cs.pdx.edu>2002-10-14 02:50:44 +0000
commit5bb8616d44345e1f1896d94af9ea257439234179 (patch)
tree2bd52bf43562c0285fc3b0bc8645f05b1f87bdbe /util/epist/config.hh
parent24d14b5f322206ac56854ffcf61b76aee2729f25 (diff)
added user option to modify raise behavior when stackedCycling is on
Diffstat (limited to 'util/epist/config.hh')
-rw-r--r--util/epist/config.hh1
1 files changed, 1 insertions, 0 deletions
diff --git a/util/epist/config.hh b/util/epist/config.hh
index 2c295747..8749009d 100644
--- a/util/epist/config.hh
+++ b/util/epist/config.hh
@@ -36,6 +36,7 @@ public:
enum BoolType {
NO_BOOL_TYPE,
stackedCycling,
+ stackedCyclingRaise,
NUM_BOOL_TYPES
};