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