[7183] in Athena Bugs
vax 7.2R: xterm
daemon@ATHENA.MIT.EDU (daemon@ATHENA.MIT.EDU)
Mon Feb 25 11:10:56 1991
Date: Mon, 25 Feb 91 11:10:32 -0500
From: John T Kohl <jtkohl@MIT.EDU>
To: bugs@MIT.EDU
Cc: swick@MIT.EDU
System name: lycus
Type and version: CVAXSTAR 7.2R
Display type: SM
What were you trying to do?
Scroll text in an xterm
What's wrong:
With a particular configuration of overlapping windows, it
incorrectly draws garbage in scrolled areas which become visible during
scrolling (i.e. when the text was originally painted, the text was not
visible, and as it scrolled, the text became visible.)
Here are the windows involved and their xwininfos:
XTERM:
xwininfo ==> Please select the window about which you
==> would like information by clicking the
==> mouse in that window.
xwininfo ==> Window id: 0x280000d (-local)
==> Absolute upper-left X: 1
==> Absolute upper-left Y: 23
==> Relative upper-left X: 0
==> Relative upper-left Y: 22
==> Width: 497
==> Height: 782
==> Depth: 1
==> Border width: 0
==> Window class: InputOutput
==> Colormap: 0x21 (installed)
==> Window Bit Gravity State: NorthWestGravity
==> Window Window Gravity State: NorthWestGravity
==> Window Backing Store State: NotUseful
==> Window Save Under State: no
==> Window Map State: IsViewable
==> Window Override Redirect State: no
==> Corners: +1+23 -526+23 -526-59 +1-59
ZWGC:
xwininfo ==> Please select the window about which you
==> would like information by clicking the
==> mouse in that window.
xwininfo ==> Window id: 0x80005b (zwgc)
==> Absolute upper-left X: 1
==> Absolute upper-left Y: 1
==> Relative upper-left X: 0
==> Relative upper-left Y: 0
==> Width: 584
==> Height: 116
==> Depth: 1
==> Border width: 1
==> Window class: InputOutput
==> Colormap: 0x21 (installed)
==> Window Bit Gravity State: ForgetGravity
==> Window Window Gravity State: NorthWestGravity
==> Window Backing Store State: NotUseful
==> Window Save Under State: no
==> Window Map State: IsViewable
==> Window Override Redirect State: no
==> Corners: +1+1 -437+1 -437-745 +1-745
XZWRITE (send window):
xwininfo ==> Please select the window about which you
==> would like information by clicking the
==> mouse in that window.
xwininfo ==> Window id: 0x200002e (sendWindow)
==> Absolute upper-left X: 352
==> Absolute upper-left Y: 667
==> Relative upper-left X: 0
==> Relative upper-left Y: 0
==> Width: 671
==> Height: 196
==> Depth: 1
==> Border width: 0
==> Window class: InputOutput
==> Colormap: 0x21 (installed)
==> Window Bit Gravity State: NorthWestGravity
==> Window Window Gravity State: NorthWestGravity
==> Window Backing Store State: NotUseful
==> Window Save Under State: yes
==> Window Map State: IsViewable
==> Window Override Redirect State: no
==> Corners: +352+667 -1+667 -1-1 +352-1
relevant X resources:
-local*iconic: true
-local.vt100.geometry: 80x60+0+0
XTerm*SimpleMenu*Font: -Misc-Fixed-Medium-R-Normal--*-100-*-*-C-60-*-*
XTerm*SimpleMenu*menuLabel.font: -adobe-helvetica-bold-r-normal--*-100-*-*-*-*-iso*-*
XTerm*SimpleMenu*menuLabel.vertSpace: 10
XTerm*eightBitInput: false
XTerm*reverseWrap: true
XTerm*saveLines: 500
XTerm*scrollBar: true
XTerm*utmpInhibit: true
xterm*reverseWrap: true
xterm*utmpInhibit: true
XZwrite*addVars: true
XZwrite*autoReply: true
XZwrite*closeOnSend: true
XZwrite*menuWindow.geometry: -0-0
XZwrite*readAnyone: true
XZwrite*readXzwrite: true
XZwrite*readZephyr: true
XZwrite*sendWindow.geometry: -0-0
XZwrite*trackLogins: true
XZwrite*verbose: true
XZwrite*yankDest: true
xzwrite.Geometry: -27-0
zwgc*geometry: -0+0
zwgc*minTimeToLive: 1000
zwgc*reverseStack: true
zwgc*reverseVideo: off
zwgc.style.discuss.achilles_us*geometry: +0+0
zwgc.style.mail*geometry: +c-0
zwgc.style.message.personal*geometry: +0+0
zwgc.style.message.war-news*geometry: -0+c
zwgc.style.operations*geometry: +c+c
zwgc.style.personal.msg.location.geometry: +0+0
zwgc.style.ping.msg.location.geometry: -0-0
zwgc.style.random.msg.location.geometry: -0+0
What should have happened:
It should scroll properly.
unfortunately, it's not reproducible upon demand, although I've
seen this on previous occasions. I will try to reproduce it and send
instructions...
Ralph saw what was happening and can confirm I'm not hallucinating....
Please describe any relevant documentation references:
XCopyArea(3X), XDrawText(3X)