--- title: "Cursor wrap when editing files" type: "article" slug: "cursor-wrap-when-editing-files" url: "http://localhost/article/cursor-wrap-when-editing-files/" markdown_url: "http://localhost/article/cursor-wrap-when-editing-files.md" published_at: "2023-04-03T23:55:21+00:00" modified_at: "2025-10-26T00:26:51+00:00" featured_image: url: "http://localhost/wp-content/uploads/2022/04/20230809-041332.jpg" excerpt: "The cursor always appears in the top left hand corner when editing so if to want to edit data in the lower right corner you must do a lot of cursor movement. This routine allows you to move from the top line to the bottom by moving the cursor UP and from the left side…" category: - name: "Extensions" slug: "extensions" taxonomy: "category" url: "http://localhost/category/periodicals/extensions/" post_tag: - name: "Pro/File 2068" slug: "pro-file-2068" taxonomy: "post_tag" url: "http://localhost/tag/pro-file-2068/" - name: "TS 2068" slug: "ts2068" taxonomy: "post_tag" url: "http://localhost/tag/ts2068/" - name: "Type-in program" slug: "type-in-program" taxonomy: "post_tag" url: "http://localhost/tag/type-in-program/" model: - name: "Timex/Sinclair 2068" slug: "ts-2068" taxonomy: "model" url: "http://localhost/model/ts-2068/" indiv: - name: "Robert Fischer" slug: "robert-fischer" taxonomy: "indiv" url: "http://localhost/indiv/robert-fischer/" publication_r: id: 39138 title: "Extensions" type: "periodical" url: "http://localhost/periodical/extensions/" authors: "Robert Fischer" authors_r: - name: "Robert Fischer" slug: "robert-fischer" taxonomy: "indiv" url: "http://localhost/indiv/robert-fischer/" issue: "3" issues_articles: - id: 49309 title: "Extensions issue 3" type: "issue" url: "http://localhost/issue/extensions-3/" pages: "2" product_reviews: - id: 13646 title: "Pro/File 2068" type: "product" url: "http://localhost/product/pro-file-2068-2/" archive_link: false --- # Cursor wrap when editing files The cursor always appears in the top left hand corner when editing so if to want to edit data in the lower right corner you must do a lot of cursor movement. This routine allows you to move from the top line to the bottom by moving the cursor UP and from the left side of the screen to the right by moving the cursor LEFT. The reverse is also true! ``` 5108 LET C=C-U+(Q AND C=O): GO TO VAL "5040" 5109 LET C=(C+U)*(CO) ```