Skip to content
Snippets Groups Projects
Commit d115e998 authored by Deucе's avatar Deucе :ok_hand_tone4:
Browse files

Add nodes about different screen update methods that will be needed

parent 8b4d0210
No related branches found
No related tags found
No related merge requests found
Pipeline #7187 passed
......@@ -23,6 +23,10 @@
strive to keep it sane and compatible, which may be impossible.
12) A Unicode cell will potentially have multiple codepoints "in" it.
13) We need a way to specify the initial mode.
14) Multiple screen update modes...
- Individual cells for modes where each cell has all rending details (ANSI)
- Per line for modes where each character depends on all before it on the line (Proportional)
- Per screen for modes where each character depends on every character before it (Prestel)
Some sort of state checkpoint thing... you "save" the checkpoint, and send that
ID back and you get the same state returned.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment