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