|
From:
<br...@ph...> - 2006-02-08 14:02:14
|
Petr Mikulik wrote: > Rather than adding new term APIs again, which one of the current is > already similar? I think that is XX_linewidth(), which changes line > width for the current path. Thus if it is changed to > XX->linewidth(double lw, t_linetype_opts *opts) No. Stop that. Please. Whoever came up with the idea that an incompatible modification to an existing API entry was a better idea than adding a new one? Our terminal API layer is expressly *designed* to support adding new terminal entries with very little hassle. A change of signature of an existing API call is orders of magnitudes worse than just adding a new one. |