aboutsummaryrefslogtreecommitdiffstats
path: root/initrd/keys
blob: b5b4dfcc2859a1a2727938720a4fee70abfc252f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
while (1) {
	input = getkey()
	print(input)
	print("\n")
	delay(1000)
}

#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"