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