proxmark3/client/lualibs
Philippe Teuwen 844d732297 Replace ukbhit by kbd_enter_pressed, not requiring tcgetattr:
Note that it behaves differently now
* it looks for Enter key only, not any key
* it "eats" the input, no need for (void)getchar() after it
* it works the same no matter the value of ICANON
* the mingw version has been adapted to act the similarly

This should fix its usage on Android where tcgetattr always returns -1
2019-07-11 13:01:34 +02:00
..
7816_error.lua
amiibolib.lua
ansicolors.lua
commands.lua make style 2019-06-07 21:40:33 +02:00
default_toys.lua
default_toys_di.lua
dkjson.lua
emulator.lua fix: syntax erros in luascripts 2019-06-23 08:13:17 -04:00
getopt.lua
hf_reader.lua Replace ukbhit by kbd_enter_pressed, not requiring tcgetattr: 2019-07-11 13:01:34 +02:00
html_dumplib.lua
htmlskel.lua
md5.lua
precalc.lua
read14a.lua Replace ukbhit by kbd_enter_pressed, not requiring tcgetattr: 2019-07-11 13:01:34 +02:00
read14b.lua Replace ukbhit by kbd_enter_pressed, not requiring tcgetattr: 2019-07-11 13:01:34 +02:00
read15.lua Replace ukbhit by kbd_enter_pressed, not requiring tcgetattr: 2019-07-11 13:01:34 +02:00
taglib.lua textual 2019-05-07 22:33:51 +02:00
utils.lua