ref: 59a7bc64d3cda255a7207e9f40f73d284da5bcce 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; }