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