home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 9 / 09.iso / l / l076 / 1.ddi / CURSOR.TRU < prev    next >
Encoding:
Text File  |  1984-12-19  |  1.4 KB  |  25 lines

  1. True BASIC              CURSOR 
  2.  
  3. The "cursor" _ indicates your current position within a window. When you're
  4. inserting characters, anything you type is inserted just before the cursor.
  5. When you're overtyping, the cursor appears as ■ and anything you type
  6. replaces the character at the cursor position.  Press the Ins key to change
  7. from inserting to overtyping and vice versa.
  8.  
  9. Type      │   Press      │
  10. ──────────┼──────────────┼───────────────────────────────────────────────
  11.           │    Ins       │  to switch between insert and replace modes
  12.           │             │  to move cursor up one line
  13.           │             │  to move cursor down one line
  14.           │             │  to move cursor left one character
  15.           │             │  to move cursor right one character
  16.           │   Home       │  to move cursor to beginning of current window
  17.           │    End       │  to move cursor to end of current window
  18.           │   PgUp       │  to move cursor up one "page" in current window
  19.           │   PgDn       │  to move cursor down one "page" in current window
  20.           │    tab       │  to move cursor to start of next word or number
  21.           │ shift & tab  │  to move cursor to start of previous word or number
  22.           │   Ctrl & -  │  to move cursor to beginning of current line
  23.           │   Ctrl & -  │  to move cursor to end of current line
  24. ──────────┴──────────────┴───────────────────────────────────────────────
  25.