forked from Reen/gnuplot
-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
- define and document a new terminal entry point term->do_arc()
The definition is in src/term_api.h; documentation is in term/README - in the term.c routine change_term(), add a line
if (term->arc == 0) term->arc = do_arc; - wherever the code calls do_arc(), replace this with term->do_arc().
I think there are only 3 such places. - Write your specific routine TERM_do_arc() and initialize its TERM_TABLE to point to it.
Metadata
Metadata
Assignees
Labels
No labels