Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Terminal History #20

Open
sh95014 opened this issue Feb 17, 2022 · 0 comments
Open

Terminal History #20

sh95014 opened this issue Feb 17, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@sh95014
Copy link
Owner

sh95014 commented Feb 17, 2022

Describe the bug
Seems like it might be possible to essentially set a "breakpoint" where the Apple II wants to scroll the screen, and preserve the line that's about to scroll off in a (capped) history log. I think the relevant line might be around:

fc70: a5 22        [SCROLL]()      lda     [WNDTOP](https://6502disassembly.com/a2-rom/OrigF8ROM.html#SymWNDTOP)          ;start at top of scrl wndw

Should of course handle 80-column text as well.

@sh95014 sh95014 added the enhancement New feature or request label Feb 17, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant