summaryrefslogtreecommitdiffstats
path: root/test5.hs
diff options
context:
space:
mode:
authortv <tv@shackspace.de>2015-03-05 15:41:14 +0100
committertv <tv@shackspace.de>2015-03-05 15:41:14 +0100
commit3007949ca728c48a4f68bf03741f1ebe52e4f97f (patch)
treee607fab24d6a6664d66cea937ec24fda7e323edf /test5.hs
parentd42e50abac78352cee37df0c42b967aff9d68f7c (diff)
add random comments
Diffstat (limited to 'test5.hs')
-rw-r--r--test5.hs2
1 files changed, 2 insertions, 0 deletions
diff --git a/test5.hs b/test5.hs
index 500b1c2..09892f0 100644
--- a/test5.hs
+++ b/test5.hs
@@ -309,9 +309,11 @@ keymap "\ESCq" = \q@State{..} ->
Right result ->
return q { cursor = Z.fromTree $ fromSearchResults (parse s') result }
+-- <F1>
keymap "\ESC[11~" = \q@State{..} ->
return q { flashMessage = Plain $ show $ treeViewId $ Z.label cursor }
+-- <F2>
keymap "\ESC[12~" = \q@State{..} ->
return q { flashMessage =
Plain $