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