From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Tolpin Message-Id: <200403111151.i2BBpGlg021310@adat.davidashen.net> To: 9fans@cse.psu.edu Content-Type: text/plain; charset=KOI8-R Subject: [9fans] drawterm prints blanks instead of characters Date: Thu, 11 Mar 2004 15:51:16 +0400 Topicbox-Message-UUID: 2ac61f2e-eacd-11e9-9e20-41e7f4b1d025 Hi, Sometimes, drawterm begins to print blanks instead of glyphs. This happens with X11 drawterm with some hardware and drivers. It happens because Xfree86 drivers for some video cards assume that masks (stipples) must have height equal to a multiple of 8. This causes drawterm to display blanks instead of glyphs with some fonts. To use drawterm with these drivers, the patch at http://ftp.davidashen.net/misc/drawterm-stipple.diff can be applied to the source (/sys/src/cmd/unix/drawterm). drawterm will become slightly slower, but will not loose glyphs any more. Use ape/patch to apply the diff. David Tolpin http://davidashen.net/