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

Rectangle operation commands #137

Open
MightyPork opened this issue Sep 10, 2017 · 2 comments
Open

Rectangle operation commands #137

MightyPork opened this issue Sep 10, 2017 · 2 comments

Comments

@MightyPork
Copy link
Member

filter, fill etc (vt500?)

@MightyPork MightyPork added this to the 1.x POOL milestone Sep 10, 2017
@MightyPork MightyPork changed the title Region commands Rectangle operation commands Sep 12, 2017
@MightyPork
Copy link
Member Author

MightyPork commented Oct 4, 2017

as a pre-requisite, this will need unicode to be stored in the decoded form.

a) change the format used by the utf8 cache to numbers
b) get rid of utf8 cache and all the hacks to make it work, and expand Cell.ch to a 21-bit number. This takes roughly 3.000 extra bytes of RAM. we can probably afford this tho

Moving the high attr bits into the top nibble of the unicode number (there are 3 unused bits) would reduce the RAM expansion by 2.000 bytes

As another alternative, we could forbid the use of utf8 points over U+FFFF

@MightyPork
Copy link
Member Author

on a second thought, we need only 17 bits for unicode, anything above U+1FFFF is CJK extensions and private use

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant