fix: fixing the exit message service to use constants

- Avoiding mouse events for exit messages on terminal on stop process
This commit is contained in:
2026-02-06 11:49:23 -05:00
parent d1b00a2115
commit f767987a42
4 changed files with 98 additions and 1 deletions

View File

@@ -15,6 +15,7 @@ export interface TuiInput {
export interface TuiOutput {
exitCode: number;
sessionId?: string;
sessionTitle?: string;
}
export interface Config {