Configuration

- Added support for rc.dom, which enables/disables DOM support.
This commit is contained in:
Paul Beckingham
2011-08-01 01:39:21 -04:00
parent a7f694386a
commit cc51c50f84
5 changed files with 23 additions and 3 deletions

View File

@@ -101,6 +101,7 @@ std::string Config::defaults =
"xterm.title=no # Sets xterm title for some commands\n"
"expressions=on # Support for algebraic expressions\n"
"patterns=on # Support for regex patterns\n"
"dom=on # Support DOM access\n"
"json.array=off # Enclose JSON output in [ ]\n"
"abbreviation.minimum=2 # Shortest allowed abbreviation\n"
"\n"