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