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