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