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