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