gnucobol-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [open-cobol-list] Strange Terminal output


From: Brian Tiffin
Subject: Re: [open-cobol-list] Strange Terminal output
Date: Thu, 07 Feb 2013 15:05:17 -0500
User-agent: Opera Mail/12.13 (Linux)

On Thu, 07 Feb 2013 12:34:18 -0500, Paride Desimone <address@hidden> wrote:

Il 06/02/2013 22:46 Brian Tiffin ha scritto:

Not sure, as the details for this can be a tad overwhelming.  Try
looking
at the TERM environment variable, and possibly LOCALE settings (LC_
env
vars, LC_ALL being the top).

Terminal capabilities are an entire subject in and of themselves.
When
trying to figure out curses based problems, I usually try

export LC_ALL="C"

export TERM=xterm
./program

and then

export TERM=cons25
./program


nothing to do...

After that it's flail about time, and digging into
/usr/share/terminfo/*
directories.

I have no idea how terminfo function.

For more infomation (might not help, but might), can you post the output of

stty -a

Cheers,
Brian


Paride


reply via email to

[Prev in Thread] Current Thread [Next in Thread]