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