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