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