aboutsummaryrefslogtreecommitdiffhomepage
path: root/qbuffers.h
diff options
context:
space:
mode:
authorRobin Haberkorn <robin.haberkorn@googlemail.com>2012-11-19 21:02:23 +0100
committerRobin Haberkorn <robin.haberkorn@googlemail.com>2012-11-20 06:07:33 +0100
commit3db5b1a40bf6b503b26827355f40033b1047a123 (patch)
treeb0689d9f880b85c79485a2632b5a2e0c19284cbe /qbuffers.h
parent6403c951636a24f31368e91da2439c4fb47ff4c3 (diff)
downloadsciteco-3db5b1a40bf6b503b26827355f40033b1047a123.tar.gz
disable ^U string building characters (by default)
some method to reenable it will be developed in the future (perhaps using a separate command, or a special modifier which reverses a string commands default handling of building character)
Diffstat (limited to 'qbuffers.h')
-rw-r--r--qbuffers.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/qbuffers.h b/qbuffers.h
index a6d016c..ce2645c 100644
--- a/qbuffers.h
+++ b/qbuffers.h
@@ -411,6 +411,8 @@ private:
};
class StateSetQRegString : public StateExpectString {
+public:
+ StateSetQRegString() : StateExpectString(false) {}
private:
State *done(const gchar *str) throw (Error);
};