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