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