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