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