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