= Cursor move

        POS  row [column]

          row     :y co-ordinate (start from 0)
          column  :x co-ordinate (start from 0)

          +/- means relative offset from current position.
          No wrap even if it overs screen width/height.
          Use in Command-Key(Menu opt 0.1) command
          like as  "Pos 10;hsp;home";

1