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