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