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