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