shift focus on message send

This commit is contained in:
pdxlocations
2025-08-20 23:54:36 -07:00
parent fcb1a42ef2
commit 3987c183d8
+5
View File
@@ -413,6 +413,11 @@ def handle_enter(input_text: str) -> str:
draw_messages_window(True)
ui_state.last_sent_time = now
entry_win.erase()
if ui_state.current_window == 0:
ui_state.current_window = 1
handle_resize(root_win, False)
return ""
return input_text