ref: 12c8e27a761f7bb673e1c94f5f3e3b9807bf99a6 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; }