Patch-ID# 101562-02 Keywords: delscreen(), getch(), return bad characters Synopsis: SunOS 4.1.3_U1: libcurses: dlescreen() causes getch return bad char. Date: Feb/23/94 Solaris Release: 1.1.1 SunOS Release: 4.1.3_U1 Unbundled Product: Unbundled Release: Relevant Architectures: sparc BugId's fixed with this patch: 1154602 Changes incorporated in this version: 1154602 Patches accumulated and obsoleted by this patch: Patches which conflict with this patch: Patches required with this patch: Obsoleted by: Files included with this patch: libcurses.a Problem Description: 1154602: curses library routine delscreen() causes getch() to return bad characters. Patch Installation Instructions: 1) Login as root. 2) Make a backup copy of the old file: mv /usr/5lib/libcurses.a /usr/5lib/libcurses.a.fcs 3) Copy in the patched file: cp libcurses.a /usr/5lib/libcurses.a 4) Set ownership & permissions: chown root /usr/5lib/libcurses.a chmod 644 /usr/5lib/libcurses.a 5) Run ranlib: ranlib /usr/5lib/libcurses.a