ref: 4566322f2ea6a6152e670b91a7698bc5d5c9f53c 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; }