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