package mainwindow //Console is a pair of layers (BG and FG) used to render something // All because of lack of background colors in libbearterminal type Console struct { x,y,w,h int FgLayer *Layer BgLayer *Layer } func NewConsole