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