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