summaryrefslogtreecommitdiff
path: root/src/search/SearchController.h
diff options
context:
space:
mode:
authorSimon Robertshaw <simon@hardwired.org.uk>2012-01-30 00:40:28 (GMT)
committer Simon Robertshaw <simon@hardwired.org.uk>2012-01-30 00:40:28 (GMT)
commit259fc2bcf75d754af043a5d3fa39b6ee0c0b1dec (patch)
treef0fe2c14499345121371bba0ecc3fe21d17e0953 /src/search/SearchController.h
parentfe329e9127ebcb8c89c505c4c120e175810d280c (diff)
downloadpowder-259fc2bcf75d754af043a5d3fa39b6ee0c0b1dec.zip
powder-259fc2bcf75d754af043a5d3fa39b6ee0c0b1dec.tar.gz
ASCII for key events, save and Textarea (no caret, yet)
Diffstat (limited to 'src/search/SearchController.h')
-rw-r--r--src/search/SearchController.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/search/SearchController.h b/src/search/SearchController.h
index e015648..cf34830 100644
--- a/src/search/SearchController.h
+++ b/src/search/SearchController.h
@@ -17,6 +17,10 @@ private:
SearchView * searchView;
PreviewController * activePreview;
ControllerCallback * callback;
+
+ double nextQueryTime;
+ std::string nextQuery;
+ bool nextQueryDone;
public:
class OpenCallback;
bool HasExited;