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