diff options
author | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2014-11-09 20:15:16 +0100 |
---|---|---|
committer | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2014-11-09 20:29:54 +0100 |
commit | 69d53ec72d0fde8b8d21df72583e781d26c47687 (patch) | |
tree | 6cb91755b20381db07a87004f4b4e55522403cf6 /src/parser.cpp | |
parent | 3c1125cb80fff83daeb8e385362c74b82cb41e20 (diff) | |
download | sciteco-69d53ec72d0fde8b8d21df72583e781d26c47687.tar.gz |
documented EC and EG commands
Diffstat (limited to 'src/parser.cpp')
-rw-r--r-- | src/parser.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/parser.cpp b/src/parser.cpp index 175f281..e99f406 100644 --- a/src/parser.cpp +++ b/src/parser.cpp @@ -1879,6 +1879,9 @@ StateECommand::custom(gchar chr) * Currently, the following flags are used by \*(ST: * - 32: Enable/Disable executing register \(lq0\(rq hooks * - 64: Enable/Disable function key macros + * - 128: Enable/Disable enforcement of UNIX98 + * \(lq/bin/sh\(rq emulation for operating system command + * executions * * The features controlled thus are discribed in other sections * of this manual. |