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