diff options
author | Clyne Sullivan <tullivan99@gmail.com> | 2018-03-05 11:36:00 -0500 |
---|---|---|
committer | Clyne Sullivan <tullivan99@gmail.com> | 2018-03-05 11:36:00 -0500 |
commit | 77338a6b34d6a164fc2f70e6d736eca8a5b7d251 (patch) | |
tree | 719635f76eea070f0b39d9a3c3c81f5b48b894f9 /xinitrd/init2 | |
parent | 51b884c44c858aa56aae6675a2c3a8b2d882768e (diff) |
bug fixes, keypad work
Diffstat (limited to 'xinitrd/init2')
-rw-r--r-- | xinitrd/init2 | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/xinitrd/init2 b/xinitrd/init2 new file mode 100644 index 0000000..47dbae1 --- /dev/null +++ b/xinitrd/init2 @@ -0,0 +1,21 @@ +do + getkey > input + print input + delay 1000 +while (1) + +#do +# getkey > input +# if (input & 4) +# rand 479 > x +# rand 319 > y +# rand 479 > i +# rand 319 > j +# rand 32767 > purple +# +# line x y i j purple +# end +#while (1) +# +#print "done" + |