ref: b0ea616ab57e3a2b0051e1227fb4c0fec45670ae dir: /sys/src/cmd/plot/libplot/cfill.c/
#include "mplot.h" void cfill(char *s){ int k=bcolor(s); if(k>=0) e1->backgr=k; }