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