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