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