On Tue, 01 Jul 2003 08:43:02 -0400
Alex Dingle <[EMAIL PROTECTED]> wrote:

> For best results be sure to set your TERM environment variable to ansi
> (export TERM=ansi in bash).
> 
> -Alex

Huh?  That is manifestly NOT a good idea.  The TERM variable enables programs
to know what capabilities the terminal you are currently useing have and how to
use those capabilities.  They do not change those capabilities in any way.

Generally the ansi termcap/terminfo entry is a lowest common denominator... and
it will cause many programs to stop using optimised output at all... most ansi
termcap entries don't even support colour.

Further, especially at the console, almost all of the extended keys will stop
working becuase Linux does not use a VT style keyboard.

Your TERM variable should be set to what you are using... that's what it's for.

_______________________________________________
fpc-pascal maillist  -  [EMAIL PROTECTED]
http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Reply via email to