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