diff options
author | Kartik Agaram <vc@akkartik.com> | 2020-07-05 14:37:09 -0700 |
---|---|---|
committer | Kartik Agaram <vc@akkartik.com> | 2020-07-05 14:37:09 -0700 |
commit | 28e69dc92a424cabef06eeab682cd8af085bc9ef (patch) | |
tree | 3fa581d4c09dd1db6e2b6e3f816f4bbaca7bad93 /prototypes | |
parent | 9c582f0b6999a49d619a7e851424a0fd681d6c1e (diff) | |
download | mu-28e69dc92a424cabef06eeab682cd8af085bc9ef.tar.gz |
6616
Diffstat (limited to 'prototypes')
-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 |