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

Incorrect behavior in Windows console #39

Closed
depler opened this issue Sep 25, 2021 · 3 comments
Closed

Incorrect behavior in Windows console #39

depler opened this issue Sep 25, 2021 · 3 comments

Comments

@depler
Copy link
Contributor

depler commented Sep 25, 2021

Steps to reproduce:

  1. Run bc.exe
  2. Type any test
  3. Click any arrow button

The result (text is mixed with random chars):
image

The problem is gone if compiled with BC_ENABLE_HISTORY=0

@gavinhoward
Copy link
Owner

Oof. I'll investigate this.

@gavinhoward
Copy link
Owner

After investigation, I think Windows still does not have VT escape sequences right. I disabled history on Windows in commit ba792e0.

Can you pull and test for me, please?

@depler
Copy link
Contributor Author

depler commented Sep 26, 2021

Working fine now

@depler depler closed this as completed Sep 26, 2021
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