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