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