[fa.info-vax] Vms version 3.0 bug in sys:scrshr.exe

info-vax (12/04/82)

>From lblg!graves@LBL-UNIX  Sat Dec  4 15:32:03 1982
Mail-From: ARPANET host SANDIA rcvd at 2-Dec-82 1924-PST
Mail-From: ARPANET site LBL-UNIX rcvd at 2-Dec-82 2024-MST
To: info-vax@sandia, @, lblg!lbl-unix@LBL-UNIX, <atlbl-unix,info-vax@sandia>
Remailed-Date:  4 Dec 1982 1047-PST
Remailed-From: the tty of Geoffrey S. Goodfellow  <Geoff5 at SRI-CSL>
Remailed-To: Info-VAX@SRI-CSL: ;

Theres a bug(feature) in the version 3.0 sys$library:scrshr.exe which
causes it to fail when trying to use the foreign terminal package and
and monitor. The buffer used to pass strings between the two images is
not big enough and so the initial screen is never written properly.
 I have found that the following patch fixes this problem and allows me
to use adm3a'a, soroc's, concept 100's, telerays to run monitor and phone.
$set def [.scrft]
$patch scrshr.exe
dep/word 615=0fc00
dep/word 61c=0400
update
 The resulting messages come out of patch if everything works right

%PATCH-I-NOLCL, image does not contain local symbols
old:	00000615:  0FE00
new:	00000615:  0FC00
old:	0000061C:  0200
new:	0000061C:  0400
%PATCH-I-WRTFIL, updating image file DRC0:[GRAVES.SCRFT]SCRSHR.EXE;3

 Hope this saves someone the trouble I had to go to.
                              Wayne