Sets background to xterm 256-color palette index code (0–255).
code
AnsiPen ansi256Bg(int code) { styleStack.add(QuectoColors.bgAnsi256(code)); return this; }