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