ref: 0a627f8a4684fac475e4a01b2c7b03e0cf8e6fb5 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; }