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