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