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

dev/fix-translate #12

Merged
merged 6 commits into from
May 19, 2011
Merged

Conversation

mathstuf
Copy link
Contributor

Fixes translate behavior when drawing. It mangles the core routine a bit and removes an optimization when output_width <= remaining_columns, but we need to count skip_col. Maybe it could do the skipping then determine what is left and do the old optimization?

The commit messages have more information as well.

Negative translation moves the image "up" and "left", decreasing the
height and width. Vice versa for positive translation.
Not sure of the performance hits here. Also seems as though output_width
and char_width are not strictly necessary anymore since we calculate
them as we go along.

Also changed is that when a wide character gets split by a translate or
a region cutoff, the extra space is replaced with '…'. This is necessary
at least on the left to avoid jumps when the character appears when
scrolling. Not sure if this behavior is also wanted on the right. Is
there a "partial character" codepoint for when there isn't enough space
to display a full character?
We need to keep track of the number of rows that a call skipped so that
in any future calls we can count that many lines as skipped.
@coreyoconnor coreyoconnor merged commit 4c218b7 into jtdaugherty:master May 19, 2011
@mathstuf mathstuf deleted the dev/fix-translate branch March 3, 2014 23:56
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.

2 participants