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

Draw map to terminal by rows, not columns #86

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

o11c
Copy link

@o11c o11c commented Dec 10, 2016

Terminals are fundamentally row oriented, not column-oriented. This
saves seek calls and avoids the visual lag as the screen updates.

Terminals are fundamentally row oriented, not column-oriented. This
saves seek calls and avoids the visual lag as the screen updates.
@o11c
Copy link
Author

o11c commented Dec 10, 2016

Doing all drawing via a cell buffer (and flushing explicitly) would save in a lot more cases, but this patch is a trivial change for nontrivial benefit.

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

Successfully merging this pull request may close these issues.

1 participant