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