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