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