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