ref: 6e9301e0ed6c1ac1391c2b9e8d46ed59af75eb2e 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; }