Line Mode Browser Internals

The line mode browser uses the common code from the W3 browser architecture and a few extra modules as follows
HTBrowse.c , .h
is the main program doing the shell command analysis, prompts and command line handling etc.
GridText.c , .h
is the hypertext object . This assumes fixed-width characters (hence "grid"). This module has the basic functions of a hypertext object plus some extra interface to the HTBrowse.
DefaultStyles.c
is the default set of formats for displaying text in each style.
_________________________________________________________________
Tim BL