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