> BTW, I thought when a command returned the command string for the next
command, the command interpreter prepended it with the chain of parent
commands containing the command that was presenting the “next command
string”.
That is correct. The GetRepeatCommand function gets the full command with
t
Then only time that I can find where I customized the string based on the
incoming full command was for “source list” because I needed to know whether
the listing was going forward or backward, so I needed to write that into the
“keep doing what you were doing” command. That could have also bee