ref: 9e3dbd0b075d3b8f48c6279c79e35d3e5963ea20 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; }