summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Totzke <patricktotzke@gmail.com>2011-10-16 18:17:47 +0100
committerPatrick Totzke <patricktotzke@gmail.com>2011-10-16 18:17:47 +0100
commit2111232714df02e6b175577c9abb4c9b49061c62 (patch)
tree2215de95c7ab20788b0a89ac679a819972ebef40
parentc23b8731feeb0167e6b9a0f70d6203729725d5f5 (diff)
fix bindindings help wrt relay
-rw-r--r--alot/ui.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/alot/ui.py b/alot/ui.py
index fec25500..e9d8fcea 100644
--- a/alot/ui.py
+++ b/alot/ui.py
@@ -117,7 +117,7 @@ class UI(object):
helpwrap = widgets.CatchKeyWidgetWrap(w, key, on_catch=oe,
relay_rest=relay_rest)
self.inputwrap.set_root(helpwrap)
- self.inputwrap.select_cancel_only = True
+ self.inputwrap.select_cancel_only = not relay_rest
def prompt(self, prefix='>', text=u'', completer=None, tab=0, history=[]):
"""prompt for text input