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