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