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