ref: 58a21e15bc6cb01ce1f306743d966d20b4e94a9c 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; }