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