ref: 65aeacdb853f0762b8b0ebd6222ee03de2ffd2b2 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; }