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