Test results patch 898-v2
Tomas Styblo
tripie at cpan.org
Tue Jan 7 12:58:42 UTC 2003
We already found the problem when we discussed the issue
privately with Tribhuvan. My original patch has a bug which
is really critical apparently only on Solaris.
I misunderstood the xterm control sequence specification and
thought that the string termination sequence is not ESC + \x9c, but
only \x9c.
Tribhuvan's version is correct.
But the delay problem still remains.
It's quite interesting that the delay does not occur on my
machine.
I think the problem may be in the code that implements the read()
function. Maybe some kind of an internal buffer wants to read more
than one character and also more characters than the title
response consists of, and therefore the delay occurs when the read()
functions blocks waiting for more characters.
--
Tomas Styblo <tripie at cpan.org>
PGP: http://pgp.mit.edu:11371/pks/lookup?op=get&search=0xC97EA4B6
More information about the mc-devel
mailing list