aboutsummaryrefslogtreecommitdiff
path: root/doc/scroll.txt
diff options
context:
space:
mode:
authorB. Watson <urchlay@slackware.uk>2026-03-11 17:09:48 -0400
committerB. Watson <urchlay@slackware.uk>2026-03-11 17:09:48 -0400
commit8206812e7d9473aba4617c9a8869d4453407fe17 (patch)
tree7b05578b81a11afff6a9af367cfa3343468b9d49 /doc/scroll.txt
parent1315c7ba61567d853539b5e0d678f7a6435cef06 (diff)
downloadfujinet-chat-8206812e7d9473aba4617c9a8869d4453407fe17.tar.gz
Update docs.
Diffstat (limited to 'doc/scroll.txt')
-rw-r--r--doc/scroll.txt9
1 files changed, 0 insertions, 9 deletions
diff --git a/doc/scroll.txt b/doc/scroll.txt
deleted file mode 100644
index 2d956d2..0000000
--- a/doc/scroll.txt
+++ /dev/null
@@ -1,9 +0,0 @@
-7 screens of 58 lines each (2320 bytes each).
-
-screens start at $8000, end at $bf6f.
-display list goes at $bf70, ~40 bytes.
-status lines (80 bytes) go at ~$bf98.
-
-whoops. the screens can't be contiguous with a standard display list
-due to the 4K boundaries at $9000, $a000, $b000. so we'll need each
-one to have its own 40-byte display list.