problems with last lines in graphic mode
A BASIC interpreter as a shell or Webserver
Brought to you by:
dietmarschmidt
because sixel needs always 6 lines, the graphic format is not 640x400 but 640x402. This results in problems when scrolling the window.
better is to allow only y-resulutions beeing devided by 16 (or 8 in MODE 3) and fix the sixel function to work at bottom line.