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