Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.3 4.3bsd-beta 6/6/85; site wlbr.UUCP Path: utzoo!watmath!clyde!burl!ulysses!allegra!mit-eddie!genrad!decvax!decwrl!pyramid!nsc!voder!wlbr!jm From: jm@wlbr.UUCP (James Macropol) Newsgroups: net.bugs.usg Subject: bug in pg Message-ID: <393@wlbr.UUCP> Date: Wed, 11-Dec-85 16:56:15 EST Article-I.D.: wlbr.393 Posted: Wed Dec 11 16:56:15 1985 Date-Received: Fri, 13-Dec-85 08:44:51 EST Organization: Eaton IMS, Westlake Village, CA Lines: 18 Under USG System V R2.0 (and R2.0 Version 2), pg(1) has a problem with the -s flag (to print prompts in standout mode). The problem occurs if there are imbedded delays in the termlib strings used to enter and exit standout. The following diff solves the problem: 1406c1406 < pr(enter_standout_mode); --- > putp(enter_standout_mode); 1408c1408 < pr(exit_standout_mode); --- > putp(exit_standout_mode); Jim Macropol Eaton IMS {ihnp4,trwrb,voder,vortex,scgvaxd}!wlbr!jm