set index [.help.text index insert]
.help.text insert insert "TCSH version\n"
.help.text tag add header $index insert
.help.lbox insert end "TCSH version"
set generalHelpIndex($header) $index
lappend textIndexes {TCSH version}
incr header
.help.text insert insert "This module is made for tcsh version 6.06.\nVersion 6.05 is compatible though, except for the variables listflags and promptchars. \n\n"
set index [.help.text index insert]
.help.text insert insert "The Manual\n"
.help.text tag add header $index insert
.help.lbox insert end "The Manual"
set generalHelpIndex($header) $index
lappend textIndexes {The Manual}
incr header
.help.text insert insert "The tcsh manual is available via world wide web as: http://www.imada.ou.dk/Technical/Manpages/tcsh/. This page is the one which comes with your tcsh installation, so you might have it 'at home' \n\n"
