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