ref: 30c08d5cb0760f3b3d8080151bf4e8497ba5aaec 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; }