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