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