AgonConsole8 / agon-mos

Official AGON QUARK Firmware for Console8: eZ80 MOS
MIT License
31 stars 10 forks source link

CLI history push glitch #87

Closed stevesims closed 1 month ago

stevesims commented 1 month ago

There is now logic that prevents repeated entries from being pushed to the CLI history. Unfortunately this seems to have a bug

When a repeated entry is entered into the CLI, then pressing "up" on a new line will retrieve the entry before the most recent. You can then press "down" to get the correct previous entry.

If "down" is pressed first on a new line then pressing "up" will retrieve the correct entry