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