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

[Enhancement] CTRL + C Quitting Behavior Not Elegant #52

Open
RebelliousWhiz opened this issue Jan 21, 2025 · 6 comments
Open

[Enhancement] CTRL + C Quitting Behavior Not Elegant #52

RebelliousWhiz opened this issue Jan 21, 2025 · 6 comments
Labels
enhancement New feature or request good first issue Good for newcomers next version

Comments

@RebelliousWhiz
Copy link

This ping is Niu Bi (high-pitch)!!

I assume you are well aware of this. Quitting behavior is not elegant. It's not starting a new line and overlayed some of the information that might be important.

I am using bash, so the behavior might be a little bit different:

Image

@hanshuaikang
Copy link
Owner

I think it may be that the obstruction of some places has caused the logic to not take effect. In the next version, I will try to repair it in an independent logic. It is usually normal. Thank you very much for your feedback

@euneuber
Copy link

Sometimes (in Linux KDE/Konsole with bash) the cursor is hidden after quitting with CTRL-C - running /usr/bin/reset fixes this.

@hanshuaikang
Copy link
Owner

Sometimes (in Linux KDE/Konsole with bash) the cursor is hidden after quitting with CTRL-C - running /usr/bin/reset fixes this.有时(在 Linux KDE/Konsole 中使用 bash)在用 CTRL-C 退出后光标会隐藏 - 运行/usr/bin/reset 可以修复此问题。

thanks~, Since I've been developing on macos, I'll try to get my head around this case

@abetancort
Copy link

In macOS the hiding of cursor happens in iTerm, Alacritty, Ghostty, but does not happen in Warp and Terminal.
And does not properly show the graph in Terminal and iTerm.

@pcontezini
Copy link

You should map the q letter to exit, most Unix GUI tools use this shortcut.

@hanshuaikang
Copy link
Owner

You should map the q letter to exit, most Unix GUI tools use this shortcut.

Thanks for the interest in nping, I'll add it to the next version! ~

@hanshuaikang hanshuaikang added enhancement New feature or request good first issue Good for newcomers next version labels Feb 18, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers next version
Projects
None yet
Development

No branches or pull requests

5 participants