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