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