bug in pg

James Macropol jm at wlbr.UUCP
Thu Dec 12 07:56:15 AEST 1985


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



More information about the Net.bugs.usg mailing list