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

Calling Terminal.refresh with no args should refresh terminal #120

Closed
Tyriar opened this issue May 25, 2016 · 0 comments
Closed

Calling Terminal.refresh with no args should refresh terminal #120

Tyriar opened this issue May 25, 2016 · 0 comments

Comments

@Tyriar
Copy link

Tyriar commented May 25, 2016

Due to lack of API documentation it took some time to figure out how to refresh the colors of the terminal after setting Terminal.colors. I landed on:

term.colors = [...];
term.refresh(0, term.rows);

It would be more convenient to refresh all rows when if term.refresh() was called.

@Tyriar Tyriar closed this as completed Jan 18, 2017
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

1 participant