diff --git a/internals.md b/internals.md new file mode 100644 index 0000000..70c1add --- /dev/null +++ b/internals.md @@ -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*`). \ No newline at end of file