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