···1515)
16161717// The height should be a multiple of 6 otherwise when drawing the sixel, a black line will appear near the bottom
1818-const MAX_WIDTH = 126
1919-const MAX_HEIGHT = 126
1818+const MAX_WIDTH = 252
1919+const MAX_HEIGHT = 252
20202121func getSixelArea() (int, int, error) {
2222 oldState, err := term.MakeRaw(int(os.Stdin.Fd()))