This commit is contained in:
Jay McCarthy 2018-01-02 15:52:25 -05:00
parent 8d66b2c284
commit c1f8234756
1 changed files with 1 additions and 1 deletions

View File

@ -105,7 +105,7 @@
(async-channel-put ch v) (async-channel-put ch v)
(loop)))))) (loop))))))
;; Return ;; 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 (struct *term
(alternate? mouse? t ch sig-th input-th [rows #:mutable] [cols #:mutable]) (alternate? mouse? t ch sig-th input-th [rows #:mutable] [cols #:mutable])