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