Stephen Hurd wrote:
>
>
>
>
>
> 1) How do people cope with custom termcap entries?
One workaround is to not modify /etc/termcap at all. Instead just store
them in a file somewhere and (depending on your shell) do
export TERMCAP=/my/custom/termcap
Or even
export TERMCAP=custom:my custom entry
See the ENVIRONMENT section near the bottom of "man 3 curses".
Graham
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "[EMAIL PROTECTED]"