diff options
author | Karl Berry <karl@freefriends.org> | 2006-01-02 23:53:48 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2006-01-02 23:53:48 +0000 |
commit | 091ab8ca57bae0d756c14fa66f6fb64151091bd9 (patch) | |
tree | f51de99e772d8e55603b00cc9cc574db5da63a68 /Master/texmf/texconfig/README | |
parent | 9c7dab1d9c4ce57843978a54d670b973955e0e20 (diff) |
trunk/Master/texmf/texconfig
git-svn-id: svn://tug.org/texlive/trunk@35 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf/texconfig/README')
-rw-r--r-- | Master/texmf/texconfig/README | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/Master/texmf/texconfig/README b/Master/texmf/texconfig/README new file mode 100644 index 00000000000..330771aa4fd --- /dev/null +++ b/Master/texmf/texconfig/README @@ -0,0 +1,23 @@ +Thomas Esser, 1999. Public domain. + +I hereby put this README file and the files g/generic, v/vt100 and +x/xterm into the public donain. + +The files contained in the subdirectories are provided, because +texconfig havily relies on a properly installed terminfo system. + +Some systems have buggy or touble-causing terminfo files and/or +a buggy curses library. Therefore, the dialog program provided +by me is linked against the ncurses library and uses its own +terminfo files. + +Set the variable + + DIALOG_TERMINFO to specify an alternate terminfo directory + (e.g. /usr/lib/terminfo) + + DIALOG_TERM to use an alternate configuration file (e.g. xterm) + +before starting texconfig. + +texconfig sets DIALOG_TERM to generic by default. |