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