Oliver Schmidt f6b315a17f Fixed history handling.
- The wraparound handling when using the history with the 'back' button is actually depending on history_last being unsigned (which is the default for cc65) so define it explicitly as unsigned to make it work on other targets too.
- As there's no 'forward' button it doesn't make sense to keep history entries after using them with the 'back' button. Clearing them on use on the other hand avoids an "infinite history".
2015-06-05 16:34:57 +02:00
..
2015-01-09 09:44:06 +01:00
2015-02-17 13:44:29 +01:00
2015-01-09 09:44:06 +01:00
2014-12-02 12:39:16 +01:00
2015-06-05 16:34:57 +02:00