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