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