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