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