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

Exiting mid-input #61

Open
JestDotty opened this issue Sep 22, 2017 · 4 comments
Open

Exiting mid-input #61

JestDotty opened this issue Sep 22, 2017 · 4 comments
Labels
bug report 🐛 Something isn't working

Comments

@JestDotty
Copy link

JestDotty commented Sep 22, 2017

Seems the ctrl+c, +d, +q, +z, or alterations of shift or alt aren't working for me

I'm talking about this behaviour:

image

atom: 1.20.1
termination: 0.6.0
os: windows 8.1

(in an unrelated note, ctrl + alt + c seems to put console history into a new file, but doesn't seem to exist in docs or settings?)

@Fred-Barclay
Copy link
Collaborator

Hi @JestDotty
That should indeed work. On my personal machine (Arch Linux), Ctrl + c stops the process:

$ git commit -m" #41
> ^C
$

I'll check the behavior on Windows asap (it might take a few days) and see if we can figure this out. :)
Cheers!
Fred

PS: ctrl + alt + c was added in #7 but you're right, I don't have it documented anywhere! Thanks!

@Fred-Barclay
Copy link
Collaborator

I haven't been able to replicate this on Windows 7 with powershell. Maybe there is something unusual with your setup? I'm especially curious if the . in the name of your project folder could cause unexpected behaviour.

@JestDotty
Copy link
Author

JestDotty commented Sep 27, 2017

powershell directly works with ctrl+c in this folder (only atom/termination has the problem):

image

ctrl+c in atom's termination does not work with a folder without . either:

image

@mean-cj
Copy link

mean-cj commented Oct 24, 2018

i confirm CTRL + C doesn't work with termination

powershell , cmd , putty work with ctrl+c

@the-j0k3r the-j0k3r added the bug report 🐛 Something isn't working label Feb 27, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug report 🐛 Something isn't working
Development

No branches or pull requests

5 participants
@mean-cj @JestDotty @Fred-Barclay @the-j0k3r and others