From 4314729ddef28cb619ce97d50f0968ca24c93803 Mon Sep 17 00:00:00 2001 From: rsc Date: Wed, 14 Apr 2004 19:54:10 +0000 Subject: Add graph, plot --- src/cmd/plot/libplot/cfill.c | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 src/cmd/plot/libplot/cfill.c (limited to 'src/cmd/plot/libplot/cfill.c') diff --git a/src/cmd/plot/libplot/cfill.c b/src/cmd/plot/libplot/cfill.c new file mode 100644 index 00000000..8f700c7f --- /dev/null +++ b/src/cmd/plot/libplot/cfill.c @@ -0,0 +1,5 @@ +#include "mplot.h" +void cfill(char *s){ + int k=bcolor(s); + if(k>=0) e1->backgr=k; +} -- cgit v1.2.3