summaryrefslogtreecommitdiff
path: root/poezio/core/core.py
diff options
context:
space:
mode:
authormathieui <mathieui@mathieui.net>2018-08-01 19:39:48 +0200
committermathieui <mathieui@mathieui.net>2018-08-01 19:39:48 +0200
commit19c9d167055e1e32d5835d66cda826650cdc47b1 (patch)
tree33faed42fd5542b297b256b439ac89b2d5946751 /poezio/core/core.py
parent4d41bada1601c32baa3fb948ab962c5269dcc886 (diff)
downloadpoezio-19c9d167055e1e32d5835d66cda826650cdc47b1.tar.gz
poezio-19c9d167055e1e32d5835d66cda826650cdc47b1.tar.bz2
poezio-19c9d167055e1e32d5835d66cda826650cdc47b1.tar.xz
poezio-19c9d167055e1e32d5835d66cda826650cdc47b1.zip
Fix some leftover issues with tab handling
Diffstat (limited to 'poezio/core/core.py')
-rw-r--r--poezio/core/core.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/poezio/core/core.py b/poezio/core/core.py
index ee1025e8..3dd7dfe2 100644
--- a/poezio/core/core.py
+++ b/poezio/core/core.py
@@ -1055,6 +1055,11 @@ class Core:
return True
return False
+ def focus_tab(self, tab: tabs.Tab) -> bool:
+ """Focus a tab"""
+ return self.tabs.set_current_tab(tab)
+
+
### Opening actions ###
def open_conversation_window(self, jid: JID,