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