ref: 4999b2f75f14880c0d4e3b44a9e112a1ff861bdd 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; }