summaryrefslogtreecommitdiff
path: root/doc/man.txt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/man.txt')
-rw-r--r--doc/man.txt20
1 files changed, 20 insertions, 0 deletions
diff --git a/doc/man.txt b/doc/man.txt
new file mode 100644
index 0000000..37a2642
--- /dev/null
+++ b/doc/man.txt
@@ -0,0 +1,20 @@
+manual format:
+
+dword: length of title (without sz)
+title (sz)
+dword: number of links
+dword: length of link table (in bytes)
+link table
+ entry:
+ dword: line
+ byte: start column
+ byte: text length
+ dword: length of file pointed to (without sz)
+ file pointed to (sz)
+dword: length of line pointer list (in dwords)
+line pointer list
+ dword offsets into file
+
+lines
+ 0x00 - 0x7f are characters
+ 0x80 - 0xff are color codes | 0x80 \ No newline at end of file