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