SUMMARY: x3270 bottom line disappear

From: Danielle Heinzer (DHEINZER%esoc.bitnet@eecs.nwu.edu)
Date: Mon Jul 08 1991 - 09:04:32 CDT


Hi,
 
I did not get any tip, but I solved it myself. Please take notice that there
is a bug in the x3270 (1.2) package, at least at export.lcs.mit.edu:/contrib/x3
270-1.2.tar.Z.
 
in the file screen.c routine redraw():
 
replace "end = end >= ROWS-1 ? ROWS-1 : end + 1;"
 
by "end = end >= ROWS ? ROWS : end + 1;"
 
otherwise the bottom line of the emulation will never be refreshed on
expose event.
 
regards,
Danielle Heinzer



This archive was generated by hypermail 2.1.2 : Fri Sep 28 2001 - 23:06:21 CDT