Provide mouse-event structs

This commit is contained in:
Tony Garnock-Jones 2016-09-12 13:19:38 -04:00
parent cd01330ca6
commit 89dfc9bab5
1 changed files with 3 additions and 0 deletions

View File

@ -2,6 +2,9 @@
;; Lowest Common Denominator terminal.
(provide (struct-out key)
(struct-out any-mouse-event)
(struct-out mouse-focus-event)
(struct-out mouse-event)
(struct-out unknown-escape-sequence)
(struct-out position-report)
add-modifier