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