1. printw.ew 'bug'
- Posted by wolfgang fritz <wolfritz at KING.IGS.NET> Feb 06, 1999
- 686 views
..anyone using printw.ew..
in function GetTextMetrics()
..the line:
itm = peek4u({pTM,11}) & peek({pTM+itmLastChar,9})
..should be:
itm = peek4u({pTM,11}) & peek({pTM+itmFirstChar,9})
Maybe I should read the code I 'steal'... and NOT a word about structures
http://www.king.igs.net/~wolfritz ...www.king.igs.net/~wolfritz/tutor.htm

