ref: 56d5fa37b8c1693604af8912cc4e8b9a1817e0d1 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; }