Patch Name: PHKL_1649 Patch Description: Absolute cursor positioning on ITE may return cleared text. Absolute cursor positioning operations on the ITE (via ESC&axxcyyR) may result in the return of text previously cleared from the display. Programs affected: Any text based application using the ITE as a display device. File Fixed: /etc/conf/libhp-ux.a (specifically the ite_scroll.o module within this library) Symptoms: If absolute cursor addressing is used to place the cursor below the beginning of an area previously cleared, subsequent display operations into that previously cleared area may reveal old display data. This behavior can be demonstrated by the following script: #!/bin/sh echo "\033H\033J" # Home and clear to end of display echo "\nI am here\n" # display text on line two echo "\033H\033J\c" # Home and clear to end of display echo "\0337a40c12R\c" # place cursor at row 12 column 40 echo "\033J\c" # clear to end of buffer echo "\033H\c" # home # at this point, when the cursor is moved across line 2, the # text "I am here" will reappear. Fix: The ITE scroll buffer will now be cleared correctly when absolute cursor addressing is used. Path Name: /hp-ux_patches/s700/8.X/PHKL_1649 Effective Date: 921021 Patch Files: /system/PHKL_1649/new/ite_scroll.o SR/APR#: SR1653029728 "what" string/timestamp: ite_scroll.o: PATCH_8.07 ite_scroll.c 1.12.61.2.PHkl_1649 92/10/20 "sum" output: 62038 77 ite_scroll.o Dependencies: This patch should be applied to HP-UX 8.07 Supersedes: None. Patch Package Size: 72 Kbytes Installation Instructions: Please review all instructions and the Hewlett-Packard SupportLine User Guide or your Hewlett-Packard support terms and conditions for precautions, scope of license, restrictions, and, limitation of liability and warranties, before installing this patch. Note: Please back up your system before you patch. --------------------------------------------------------------------------- After getting the patch onto your machine, unshar the patch (sh PHKL_1649). To install this patch do the following: 1) Run /etc/update (Note: you must be logged in as root to update a system). 2) Once in the update "Main Menu" move the highlighted line to "Change Source or Destination ->" and press "Return" or "Select Item". 3) Make sure the highlighted item in the "Change Source or Destination" window is "From Tape Device to Local System ...", then press "Return" or "Select Item". 4) You should now be in the "From Tape Device to Local System" window. Change the "Source: /dev/rmt/0m" to "Source: /tmp/PHKL_1649.updt" (this assumes that you are in the /tmp directory where PHKL_1649.updt has been placed). Note: You must enter the complete path name. 5) Press "Done". 6) From here on follow the standard directions for update. The customized script that update runs will move the original software to /system/PHKL_1649/orig. HP recommends keeping this software there in order to recover from any potential problems. It is also recommended that you move the PHKL_1649.text file to /system/PHKL_1649 to be retained for future reference. If you wish to put this patch on a magnetic tape and update from the tape drive, dd a copy of the patch to the tape drive. As an example the following will create a copy of the patch that update can read: dd if=PHKL_1649.updt of=/dev/rmt/0m bs=2048