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