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