ref: 0dbac4fb873db0dded2372c4c1e79ad823bd9e05 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; }