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

Can't Ctrl-C out of editor #132

Closed
Jamesthe1 opened this issue Mar 31, 2021 · 6 comments
Closed

Can't Ctrl-C out of editor #132

Jamesthe1 opened this issue Mar 31, 2021 · 6 comments

Comments

@Jamesthe1
Copy link

When attempting to use Ctrl and C in v0.8.0 (latest), it won't respond to it. I'm not aware of any way to exit the program, and I'm essentially stuck.

@selfup
Copy link
Contributor

selfup commented Apr 1, 2021

Not a long term solution but you can:

ps aux | grep hexyl

Should give you the PID and you can kill -9 PID

-9 is SIGKILL so it'll be a harsh one but should do the trick.

Sounds like something hung up?

@sharkdp
Copy link
Owner

sharkdp commented Apr 1, 2021

Thank you for reporting this. I can not reproduce it. Which OS are you on and how exactly are you calling hexyl?

@Jamesthe1
Copy link
Author

This was on Arch Linux, no desktop environment installed at the time.

@sharkdp
Copy link
Owner

sharkdp commented May 7, 2021

@Jamesthe1 Can you reproduce this yourself? With a particular file?

I'm on Arch Linux myself, but I can not reproduce this.

@Jamesthe1
Copy link
Author

Hi,
This appears to occur when run in arch-chroot, now that I remember it.

@Jamesthe1
Copy link
Author

I have realized the issue. Control-Z is the way out in this mode and it was my own lack of knowledge.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants