diff options
-rw-r--r-- | prototypes/tile/2.mu | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/prototypes/tile/2.mu b/prototypes/tile/2.mu index 53cc3af1..1d399c2b 100644 --- a/prototypes/tile/2.mu +++ b/prototypes/tile/2.mu @@ -1,4 +1,11 @@ # load test: animate a whole lot of text +# +# Requires a large file called "x" containing just ascii characters. One way +# to generate it: +# cat /dev/urandom |base64 - |head -n 1000 > x +# then merge pairs of lines. +# +# also assumes it's in a window 185 characters wide fn main -> exit-status/ebx: int { var num-lines/ecx: int <- copy 0x10 |