summaryrefslogtreecommitdiff
path: root/poezio/tabs/confirmtab.py
diff options
context:
space:
mode:
authormathieui <mathieui@mathieui.net>2016-08-20 00:12:59 +0200
committermathieui <mathieui@mathieui.net>2016-08-20 00:12:59 +0200
commit9cd8788400dc7a4802e6233512dcb20a741f87b2 (patch)
tree0162f1fbd99677ae1de74dd3b5eb2a003570ef42 /poezio/tabs/confirmtab.py
parent9230126a898ea2b06ed3ca522444750c2eb2baf2 (diff)
downloadpoezio-9cd8788400dc7a4802e6233512dcb20a741f87b2.tar.gz
poezio-9cd8788400dc7a4802e6233512dcb20a741f87b2.tar.bz2
poezio-9cd8788400dc7a4802e6233512dcb20a741f87b2.tar.xz
poezio-9cd8788400dc7a4802e6233512dcb20a741f87b2.zip
Implement XEP-0070 using the confirmtab
Diffstat (limited to 'poezio/tabs/confirmtab.py')
-rw-r--r--poezio/tabs/confirmtab.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/poezio/tabs/confirmtab.py b/poezio/tabs/confirmtab.py
index 575f47f2..49339fce 100644
--- a/poezio/tabs/confirmtab.py
+++ b/poezio/tabs/confirmtab.py
@@ -24,7 +24,7 @@ class ConfirmTab(Tab):
critical: if the message needs to be displayed in a flashy color
"""
Tab.__init__(self, core)
- self.state = 'normal'
+ self.state = 'highlight'
self.name = name
self.default_help_message = windows.HelpText("Choose with arrow keys and press enter")
self.input = self.default_help_message