aboutsummaryrefslogtreecommitdiffstats
path: root/initrd/lines
diff options
context:
space:
mode:
Diffstat (limited to 'initrd/lines')
-rw-r--r--initrd/lines3
1 files changed, 3 insertions, 0 deletions
diff --git a/initrd/lines b/initrd/lines
index f6b2a82..8523339 100644
--- a/initrd/lines
+++ b/initrd/lines
@@ -26,4 +26,7 @@ while (1) {
j = 50 + rand(219)
line(x, y, i, j, 511)
+
+ # for exiting
+ getkey()
}