ref: 6ab9e11da20a152076c1201c0f1df2ea8469ebb0 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; }