|
From: <tim...@en...> - 2005-11-01 15:59:31
|
Hi ! After a review of the code of the enhanced text mode, I think the 'widthflag' argument is never used (I mean it's always true). It's a flag which is told to mean that the size of the character to draw must not be taken into account if it's set to false. The code in term.c (enhanced_recursion) just propagates its value without modifying it, and terminals initialize it to true. For example, see post.trm (ENHPS_put_text). It may be interesting to remove this flag... It may help me (and other terminal developpers) to avoid to implement useless code ;-) ... and maybe to avoid possible errors ... Any idea about this ? (Ethan A Merritt especially, as it was you who abstracted this text mode) Best regards, Timoth=E9e Lecomte |