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