**TreeWriter
**
TreeWriter was code I wrote in and around 1999 for a console based word processor. It was written on FreeBSD 3.x to 4.x, but should and does compile on later versions. Last build was around 2001 I think. The code is here and on it's home page of http://depthtide.com/charlote/loties_logic/treewriter .
This is a copy of things I've put on that web page and a few other things. But mostly it's to get me used to using wiki. While documenting TreeWriter.
Specifications:
It wasn't completed. But works.
You'll need special directories, and I'll add a list of those later, but they should be apparent from the code.
Runs on a VT100 compatible fixed 80x25 screen. You can edit the emulation in the patch file tw-patch.c .
Written on BSD unix in C, all the source can be downloaded as a bundle which includes the english spell checker dictionary.
The files :
treewrite.c ( core file )
tw.c (core header file)
tw-globals.c (global varibles)
tw-version.c (information)
tw-vtpatch.c (display emulation)
tw-calc.c (onscreen calculator)
tw-lppatch.c (printer - dot matrix)
The wiki uses Markdown syntax.