tui: cancel paused turns with ctrl-x

This commit is contained in:
2026-06-23 22:37:40 +09:00
parent 5954021cc5
commit 90b1a1fccb
5 changed files with 207 additions and 9 deletions
+1 -1
View File
@@ -1446,7 +1446,7 @@ fn draw_status(frame: &mut Frame, app: &App, area: Rect) {
.add_modifier(Modifier::BOLD),
));
spans.push(Span::styled(
" — Enter to resume, type to start new turn",
" — Enter to resume, Ctrl-X to cancel, type to start new turn",
Style::default().fg(Color::DarkGray),
));
} else {