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