aboutsummaryrefslogtreecommitdiff
path: root/include/InputMediator.hpp
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--include/InputMediator.hpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/InputMediator.hpp b/include/InputMediator.hpp
index 660d39f..98ae6d2 100644
--- a/include/InputMediator.hpp
+++ b/include/InputMediator.hpp
@@ -24,6 +24,7 @@ public:
void showURLInput(QString url = "", OpenType openType = OpenType::OpenUrl);
void showCommandInput(QString command = "");
+ void showBufferInput(QString command = "");
void hideInputLine();
DELEGATE(webViewStack, openUrl, openUrl)
@@ -58,3 +59,5 @@ private:
};
class CommandEval : public EvaluationType {};
+
+class BufferEval : public EvaluationType {};