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