Commit bd83aa5
feat: add scroll navigation, line-wrap tracking, and wrap-aware editing
- Shift+Up/Down scrolls through program listings with multi-row line
support
- Line-wrap flag bitmap tracks which display rows are continuations
- Home/Shift+Home navigate to start/end of logical wrapped lines
- Ctrl+K clears to end of line including continuation rows
- Backspace and cursor movement work across wrapped line boundaries
- Shift+DEL inserts blank line (like Atari 800)
- LIST output tracks line wrapping for proper scroll navigation
- add Shift+Left/Right word jumps1 parent df4639f commit bd83aa5
42 files changed
Lines changed: 2618 additions & 175 deletions
File tree
- modules
- graphics/drawing
- sources
- hardware
- sound
- tokeniser
- source
- common
- assembler
- cli
- commands
- utilities
- expressions
- term
- unary
- number
- string
- system.f256
- ab.system
- module.interfaces/kernel/commands/files
- test
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
163 | 163 | | |
164 | 164 | | |
165 | 165 | | |
166 | | - | |
167 | | - | |
| 166 | + | |
168 | 167 | | |
169 | 168 | | |
170 | 169 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
41 | | - | |
42 | | - | |
| 41 | + | |
43 | 42 | | |
44 | 43 | | |
45 | 44 | | |
| |||
0 commit comments