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