ref: 38d3a8a38b0cd7b2b4c159c1fb68c3c0622f00c0 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; }