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