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