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