Files
contiki/apps/webbrowser
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-05-25 16:19:30 +02:00
2015-06-05 16:26:17 +02:00
2015-06-05 16:26:20 +02:00
2015-06-05 16:26:20 +02:00
2015-06-05 16:26:20 +02:00
2012-07-12 11:33:12 +02:00
2015-06-05 16:26:20 +02:00
2015-06-05 16:34:57 +02:00