Fixed some bug items from the TO-DO list.
authorEric S. Raymond <esr@thyrsus.com>
Fri, 15 Sep 2006 21:14:45 +0000 (21:14 +0000)
committerEric S. Raymond <esr@thyrsus.com>
Fri, 15 Sep 2006 21:14:45 +0000 (21:14 +0000)
commitc380889ff9e9ce586ee37bb61d0b8fbc6b39d643
treef8623b69be042670808d472687a6d13ccce33342
parent11dc64d8fe2c6e39557fbacdd5d9a1ab8d436b05
Fixed some bug items from the TO-DO list.

* Bring the online help in sync with our commands changes

* Find out why the online help contains the escape sequences like ~@~T (Eric?)

The first was due to bugs in some macro definitions in sst.c, now fixed.
The second was from escape sequences generated into sst.doc by xmlto
for left-and right-quotes, dashes, and no-break spaces; that is fixed
by an additional translation step in makehelp.py.

xmlto still generates line-drawing characters for the tables in the
LRSCAN and REPORT help items, but those look OK on an xterm in text
mode and their help items are suppressed (along with their commands) in
curses mode.

This is not a completely satisfactory solution, but it will do until a
design change makes those help items visible again.
TODO