ref: 79306deebc73d07cb4a7da1e4341fa36a5aebc3a 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; }