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