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