On Wed, May 28, 2003 at 12:43:16PM +0100, Dr Andrew C Aitchison wrote:
> Patch 3.62 to xc/programs/xterm/screen.c breaks xterm resizing.
> The call to SET_TTYSIZE no longer happens when TRACE isn't enabled.
> Fix is to revert to version 3.61

that sounds like a compiler optimization problem:

    code = SET_TTYSIZE(screen->respond, ts);
    TRACE(("return %d from SET_TTYSIZE %dx%d\n", code, rows, cols));

I'm taking this to say that if 'code' is not used, the function call that
makes it is not performed.

(if this isn't being confused with the pty-handshaking not being set, that is).

What platform was this on?

> Do I need to report this in bugzilla ?

if you want to....

-- 
Thomas E. Dickey <[EMAIL PROTECTED]>
http://invisible-island.net
ftp://invisible-island.net
_______________________________________________
Devel mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/devel

Reply via email to