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