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