Credits to promag. Similar to #16515 with a macOS addition.
This PR makes it possible to close the RPC Console (like a terminal) with Ctrl+D. On macOS it will close with Ctrl+W as it is a more common syntax there.
Credits to promag. Similar to #16515 with a macOS addition.
This PR makes it possible to close the RPC Console (like a terminal) with Ctrl+D. On macOS it will close with Ctrl+W as it is a more common syntax there.
Co-authored-by: João Barbosa <joao.paulo.barbosa@gmail.com>
<!--e57a25ab6845829454e8d69fc972939a-->
The following sections might be updated with supplementary metadata relevant to reviewers and maintainers.
<!--174a7506f384e20aa4161008e828411d-->
Reviewers, this pull request conflicts with the following ones:
If you consider this pull request important, please also help to review the conflicting pull requests. Ideally, start with the one that should be merged first.
Doesn't Ctrl-D work in macOS Terminal too?
I think it makes more sense to just do Ctrl-D here, and let the other PR add Ctrl-W too.
Doesn't Ctrl-D work in macOS Terminal too?
Well yes but actually no It terminates the shell process but the window remains open asying that the process was terminated successfully