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