davsclaus opened a new pull request, #26554:
URL: https://github.com/apache/camel/pull/26554

   JIRA: https://issues.apache.org/jira/browse/CAMEL-24795
   
   `q` quits the TUI, but only where no other binding or text input takes the 
key, so you first have to move to a tab where `q` is free. This adds **Quit** 
as the last entry of the F2 actions menu, so quitting is one menu away on every 
tab, popup and input field.
   
   - Goes through the same path as `q`: the monitor's new `quitTui(confirm)` 
shows the Confirm Quit dialog when confirmations are on (the default) and quits 
at once otherwise. Ctrl+C keeps quitting without asking.
   - Listed by `tui_get_options` like every other menu entry, so an AI agent 
can quit the TUI with `tui_action` (`Quit`, or `exit`); the confirmation dialog 
applies there as well.
   - Docs: the Actions Menu table and the keyboard shortcuts table on the TUI 
page, and the F1 overview help.
   - Test: label mapping for `Quit` and `exit` in `ActionsPopupTest`; the 
camel-jbang-plugin-tui suite passes.
   
   _Claude Code on behalf of davsclaus_
   
   🤖 Generated with [Claude Code](https://claude.com/claude-code)
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to