Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!uunet!seismo!sundc!pitstop!sun!decwrl!jumbo!jg From: jg@jumbo.dec.com (Jim Gettys) Newsgroups: comp.windows.x Subject: Bug fix to 9x15 font. Message-ID: <956@jumbo.dec.com> Date: Tue, 29-Sep-87 18:56:26 EDT Article-I.D.: jumbo.956 Posted: Tue Sep 29 18:56:26 1987 Date-Received: Sat, 3-Oct-87 07:49:56 EDT Organization: DEC Systems Research Center, Palo Alto Lines: 24 This bug report/fix is courtesy of Ram Rao, Digital UEG... - Jim VERSION: X11 release 1 SYNOPSIS: The 9x15 font supplied does not work with a terminal emulator DESCRIPTION: The comments in the file fonts/bdf/9x15.bdf indicate that the font is intended for use with a terminal emulator. However, since the width of every character is specified as 10 pixels, whereas the glyph is 9 pixels wide. This causes problems to the terminal emulator. REPEAT-BY: xterm -fn 9x15 will exhibit this problem FIX: In the file fonts/bdf/9x15.bdf replace ALL occurences of the line DWIDTH 10 0 by the line DWIDTH 9 0