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