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