mirror of
1
0
Fork 0

Added documentation

This commit is contained in:
Tristan B. Kildaire 2020-05-06 10:14:31 +02:00
parent 3347eff4e5
commit 9227c30f8c
1 changed files with 5 additions and 0 deletions

5
internals.md Normal file
View File

@ -0,0 +1,5 @@
Internals
=========
We make a thing called `screen`, which is a buffer (`char*`) of what the final screen should
be. It would of course be composed of a section of `data` (also a `char*`).