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