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