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