This folder contains a few small src mods the UMN Gopher
client. You'll also find a copy of the unmodified source
tree, which is a good place to start or diff from.
My modified files are included on their own, you should
be able to drop them into the original source tree and
compile. At least, that's what I do without any problems.
This will be, for me, an active text file. The changes
to each file are outlined below.
** manager.c
- Added color highlighting to different menu types
- Told the client to treat A_INFO (lines that start
with 'i') like menu lines, for navigating modern
scripted phlogs easier.
- Fixed stupid bug where line 9 was rendered off by
one character. Drove me nuts.
- Minor text changes
** gopher.c
- Removed a bunch of changelog because I was tired
of looking at it. Probably not cool.
- Added a few lines to change the default startup
behavior. I wanted to always start at bookmarks
(-b type behavior) unless I typed in a gopher
server on the command line.
** CURcurses.c
- Added a few lines to change how boxes were drawn.
totally unimportant to everyone, but I wanted to
do it.
** pager.c
- Just a grammar fix in an error message. Unimportant.