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