Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature] Ctrl-D in prompt could exit program #43

Open
onox opened this issue Apr 27, 2022 · 1 comment
Open

[Feature] Ctrl-D in prompt could exit program #43

onox opened this issue Apr 27, 2022 · 1 comment
Labels
enhancement New feature or request

Comments

@onox
Copy link

onox commented Apr 27, 2022

Is your feature request related to a problem? Please describe.
I can exit the program only by typing 'quit'. I would like to be able to exit using a keyboard shortcut.

Describe the solution you'd like
When the user presses Ctrl-D, the program exits. Programs like python do this when the user is in the prompt.

@onox onox added the enhancement New feature or request label Apr 27, 2022
@pyjarrett
Copy link
Owner

This involves a change done to the line editor in pyjarrett/Trendy_Terminal in Trendy_Terminal.IO.Line_Editors.Get_Line which is a horrible mess that needs to get refactored. It works for now, but this change probably needs to be integrated into my idea of having remappable keys as part of the line editor for trendy terminal.

@onox onox closed this as not planned Won't fix, can't repro, duplicate, stale Jul 22, 2024
@pyjarrett pyjarrett reopened this Jul 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants