mirror of
https://github.com/bobbimanners/emailler.git
synced 2024-11-05 15:05:10 +00:00
344d76829a
On the A2 get_key deletes any already pressed key. Therefore it's a bad idea(tm) to call it to retrieve the key detected in get_key_if_available. So now get_key_if_available insteads retrieves the key on its own via direct hw access. This was already done the very same way in check_for_abort_key. And apart from not working as expected the benefit of get_key displaying a cursor wasn't useful here anyway because get_key was supposed to return right away with the pressed key so the cursor wouldn't have been visible at all. |
||
---|---|---|
.. | ||
a2charconv.s | ||
a2filteredinput.s | ||
a2input.s | ||
a2kernal.s | ||
a2print.s | ||
a2slot.s | ||
a2slotcombo.s | ||
a2timer.s | ||
atrcharconv.s | ||
atrinput.s | ||
atrkernal.s | ||
atrprint.s | ||
atrtimer.s | ||
c64filteredinput.s | ||
c64input.s | ||
c64kernal.s | ||
c64print.s | ||
c64timer.s | ||
cbmcharconv.s | ||
cs8900a.s | ||
cs8900adriver.s | ||
dragoncart.s | ||
eth64.s | ||
ethernet.s | ||
ethernetcombo.s | ||
lan91c96.s | ||
lan91c96driver.s | ||
lancegs.s | ||
Makefile | ||
rr-net.s | ||
uthernet2.s | ||
uthernet.s | ||
vic20-rr-net.s | ||
vic20filteredinput.s | ||
vic20input.s | ||
vic20kernal.s | ||
vic20print.s | ||
vic20timer.s | ||
w5100.s | ||
w5100driver.s | ||
wiz811mj.s |