ref: 0101b3bb52834fd17bee5f2a08e9b689e3d52522 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; }