From mboxrd@z Thu Jan 1 00:00:00 1970 MIME-version: 1.0 Content-transfer-encoding: 7BIT Content-type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Message-id: From: Pietro Gagliardi To: Fans of the OS Plan 9 from Bell Labs <9fans@9fans.net> Date: Thu, 10 Jul 2008 17:26:41 -0400 Subject: [9fans] xd bug Topicbox-Message-UUID: e2917058-ead3-11e9-9d60-3106f5b1d025 Hello. Regarding my previous question, the file /n/sources/contrib/ pietro/xd.out shows a bug in xd regarding characters that can't be printed with the %c format. There should be no space between a non- printing and a printing character; but the two spaces screw the rest of the line up. This shows a deficiency in the table-based implementation. I'll do my best to fix it in a clean way. Thanks.