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