K 10 svn:author V 5 peter K 8 svn:date V 27 1997-05-26T13:34:38.000000Z K 7 svn:log V 329 If compiling under native ncurses (instead of libcurses), we have to use the terminfo version of tparam() since the termcap version supplies tgoto() which seriously screws up text display. ncurses-4.1 has both a termcap and terminfo internal interface and is quicker with the terminfo one even when it's read a termcap.db file. END