ref: 5bd3f48d02f5a91fa6e839ab8762ba6f712b3574 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; }