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