private void esc_DECALN() { fill(0, 0, height, width, 0x00fe0045); }
private void clear(int y0, int x0, int y1, int x1) { fill(y0, x0, y1, x1, attr | 0x20); }