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