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