Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!watmath!clyde!bellcore!whuxcc!lcuxlm!whuxl!houxm!mtuxo!mtune!ariel!dbw From: dbw@ariel.UUCP Newsgroups: net.sources Subject: LaserJet nroff table bug fix Message-ID: <1272@ariel.UUCP> Date: Fri, 21-Nov-86 15:30:16 EST Article-I.D.: ariel.1272 Posted: Fri Nov 21 15:30:16 1986 Date-Received: Sun, 23-Nov-86 03:35:41 EST Distribution: net Organization: AT&T-ISL, Holmdel, NJ Lines: 13 We found a bug in the bold selection for the Courier P&L font cartridge, which is fixed by changing: /*bdon */ "\033)s3B\016", to /*bdon */ "\033)ss3B\016", in the tabljet.c file processed by Bruce Townsend's generator. The extra "s" is actually the shortest way of adding "\033)s0S" to the string, which selects upright style. Dave Wood (Thanks to Joe Wood for this.)