From c1f82347564ecdbe158501a5d89a36524fd1559f Mon Sep 17 00:00:00 2001 From: Jay McCarthy Date: Tue, 2 Jan 2018 15:52:25 -0500 Subject: [PATCH] typoe --- lux-chaos.rkt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lux-chaos.rkt b/lux-chaos.rkt index 69ea576..70b99aa 100644 --- a/lux-chaos.rkt +++ b/lux-chaos.rkt @@ -105,7 +105,7 @@ (async-channel-put ch v) (loop)))))) ;; Return - (*term alternate? mouse? t ch sig-th input-th 80 24)) + (*term alternate? mouse? t ch sig-th input-th 24 80)) (struct *term (alternate? mouse? t ch sig-th input-th [rows #:mutable] [cols #:mutable])