aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/plot/libplot/cfill.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/cmd/plot/libplot/cfill.c')
-rw-r--r--src/cmd/plot/libplot/cfill.c5
1 files changed, 5 insertions, 0 deletions
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;
+}