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