From 5bb8616d44345e1f1896d94af9ea257439234179 Mon Sep 17 00:00:00 2001 From: Marius Nita Date: Mon, 14 Oct 2002 02:50:44 +0000 Subject: added user option to modify raise behavior when stackedCycling is on --- util/epist/config.cc | 1 + 1 file changed, 1 insertion(+) (limited to 'util/epist/config.cc') diff --git a/util/epist/config.cc b/util/epist/config.cc index cefa28cc..461778e5 100644 --- a/util/epist/config.cc +++ b/util/epist/config.cc @@ -97,6 +97,7 @@ void Config::addOption(const std::string &name, const std::string &value) } bool_options[] = { { "stackedcycling", Config::stackedCycling }, + { "stackedcyclingraise", Config::stackedCyclingRaise }, { "", NUM_BOOL_TYPES } }; -- cgit v1.2.3