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