ref: 45ba75b6d965081fd8bf0f10b3dba470a4beb237 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; }