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