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

Re: Problem with console and terminals



+ DaVinci <bombadil@wanadoo.es>:

| On Thu, Apr 12, 2001 at 05:35:17PM -0500, Harald Hanche-Olsen wrote:
| > + DaVinci <bombadil@wanadoo.es>:
| > 
| > |  I have a problem with es and input from console or terminal
| > |  emulator in Linux.
| > |  When line lenght is greater than max number of characters, edition
| > |  doesn't go to next line, but stays on same, corrupting it.
| > | [...]
|  It is linked o readline. The TERM variable looks in order.

Maybe the terminal driver is confused about the size of the screen?
Check what stty -a is saying:

; stty -a
speed 9600 baud; rows 24; columns 80;
[...]

If the numbers are wrong for some reason, stty can usually set them.
(If they're 0, that means whatever the termcap or terminfo database
says about that particular terminal type.)

If this isn't it either, then I haven't got any more suggestions...

- Harald