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

MANPAGER doesn't completely quit #37

Closed
dedguy21 opened this issue Dec 16, 2022 · 3 comments
Closed

MANPAGER doesn't completely quit #37

dedguy21 opened this issue Dec 16, 2022 · 3 comments
Assignees

Comments

@dedguy21
Copy link

SHELL=bash 5.1.16
TERM=kitty

After setting: export MANPAGER="page -t man"
open a man page, for example "man sway"
then Q to quit or " :Q" since it's neovim habit
upon closing shell is still not ready for new command unless one presses Ctrl + C to kill previous man command

@I60R
Copy link
Owner

I60R commented Dec 17, 2022

I can reproduce the issue. Now thinking about why it's happening...

@I60R
Copy link
Owner

I60R commented Dec 17, 2022

Wow, it seems to be caused by bug in tokio::process::Command. Spent 5 hours to resolve the issue.

Can you try new release and confirm that it works for you?

@dedguy21
Copy link
Author

Awesome. Works like expected. Upon quiting manpage shell is now in correct state for new command entry.

Thanks

@I60R I60R pinned this issue Feb 28, 2023
@I60R I60R unpinned this issue Feb 28, 2023
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

2 participants