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