Ask a question to get started
Enter to send•Shift+Enter new line
Exit the app, restoring iTerm2 cursor guide if applicable.
Overrides parent to restore iTerm2's cursor guide before Textual's cleanup. The atexit handler serves as a fallback for abnormal termination.
exit( self, result: Any = None, return_code: int = 0, message: Any = None ) -> None
result
Any
None
Return value passed to the app runner.
return_code
int
0
Exit code (non-zero for errors).
message
Optional message to display on exit.