Skip to content
Snippets Groups Projects
Commit dc49cd42 authored by rswindell's avatar rswindell
Browse files

Since rev 1.27 of prntfile.cpp (Sept-30), the stock scanmsg.asc menu

('?' from the Reading Messages prompt) would not fully display because
it contains a Ctrl-Z character (for the right-arrow symbol). Rather than
revert the menu() change (where CPM-EOF mode is the default for menu
files) - change the Ctrl-AZ sequence from "premature end-of-file" to instead
send an actual Ctrl-Z character (similiar to Ctrl-AA, Ctrl-AL, etc.). This
changes the long-standing behavior of what Ctrl-AZ does, but since that was
a dubious "feature" that I'm pretty sure nobody used, I'm will to take that
chance. If you need a premature EOF now, just use a regular ole Ctrl-Z
char instead (or even the @eof@ code). Of course the msgscan.asc now has
to change accordingly.
parent 75d0df0e
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment