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

tldr client does not handle ctrl+c properly #39

Closed
sushlala opened this issue Oct 8, 2018 · 1 comment
Closed

tldr client does not handle ctrl+c properly #39

sushlala opened this issue Oct 8, 2018 · 1 comment

Comments

@sushlala
Copy link

sushlala commented Oct 8, 2018

Reproduction Rate

everytime

Steps to Reproduce

~ $tldr j
Local data is older than two weeks, use --update to update it. >>>>> this line is in red

(ctrl-c here)
~ $asdf >>>>> these are also in red!
-bash: asdf: command not found >>>>> these are also in red!

screen shot 2018-10-08 at 1 11 12 pm

Result

bash text should go back to the way it was before

Expected Result

bash text is still red

Additional Information

~ $tldr --version
Local data is older than two weeks, use --update to update it.

tldr v1.3.0 (v1.3.0)
Copyright (C) 2016 Arvid Gerstmann
Source available at https://github.com/tldr-pages/tldr-cpp-client
~ $

@zlatanvasovic
Copy link
Contributor

This is almost certainly an issue with your custom Bash styling. It exits and works normally on various setups that I tried.

If it still bugs while you're using default shell config, then it's the bug with tldr script and you should notify me to reopen this issue.

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