|
From: Ethan M. <merritt@u.washington.edu> - 2008-03-14 19:58:44
|
On Thursday 13 March 2008 20:12, Ethan A Merritt wrote: > Your fix should work, but I think it may be even simpler to pass > the style (border or no border) to the routine do_arc(). > I cannot remember if I originally had a reason not to do it that way. Now I remember. The style parameter is sufficient to tell do_arc() that a border is wanted, but does not tell what line type to use. I have applied your fix to CVS with a small change to handle general line properties via term_apply_lp_properties(). This is needed because term->linetype() does not know about line styles or palette or RGB coloring information. Ethan -- Ethan A Merritt |