Sujet : Re: xterm rlwrap sbcl
De : gtaylor (at) *nospam* tnetconsulting.net (Grant Taylor)
Groupes : comp.unix.questionsDate : 13. Dec 2024, 03:40:48
Autres entêtes
Organisation : TNet Consulting
Message-ID : <vjg6rg$djr$1@tncsrv09.home.tnetconsulting.net>
References : 1 2 3 4 5
User-Agent : Mozilla Thunderbird
On 12/12/24 17:57, Paul wrote:
why does it only happen for the first few characters of a line ?
It might not only be the first few characters of the line.
I've run into something like this in the past where the line was effectively printed twice, over itself, with the second time shifted by some number of characters to the right. So it looks like the first few (?) characters are duplicated when in fact the entire line is repeated, just offset and overwriting most of the line.
You can usually tell if something like this is happening by redirecting STDOUT to a file or a utility like xxd and looking at the output.
I don't remember what the cause of this was, but once I found out what was happening, I think it was fairly obvious where the problem was in that instance.
-- Grant. . . .