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