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