summaryrefslogtreecommitdiff
path: root/poezio/tabs/confirmtab.py
diff options
context:
space:
mode:
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