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