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