
10 Jun
2023
10 Jun
'23
4:31 p.m.
Hi Simon,
In commit 32bab0eae51 you added a
#define ansi 0
and put the code that positions the cursor to print the "Hit any key to stop autoboot" message behind an
if (ansi)
condition. As a result that message is now printed in whatever place the cursor happens to be, which happens to be the last menu entry that gets printed, making that menu option confusing.
The commit message makes no mention of any intended side-effect of the change, so am I right assuming that this is debugging code that accidentally made it out of your tree?