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

NCurses terminal rendering breaks when data thread loop delay is short #4

Open
jamestaylr opened this issue Oct 1, 2015 · 0 comments
Labels

Comments

@jamestaylr
Copy link
Member

When transmission_delay in values is exactly less than 0.5, the terminal starts printing out gibberish output, like so:

Terminal Gibberish

This is most likely caused by the top screen not refreshing at a fast enough rate to keep up with the rendering in the bottom NCurses window. There should probably be configured limits on these values.

If the problem cannot be remedied in NCurses, then the terminal should drop into raw text output display instead.

@jamestaylr jamestaylr added the bug label Oct 8, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant