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