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