From bcfa91985facfb68cdd1a519b377001e181ebc22 Mon Sep 17 00:00:00 2001 From: Jakub Sobon Date: Sun, 24 Feb 2019 02:51:31 -0500 Subject: [PATCH] Updated Terminal API (markdown) --- Terminal-API.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Terminal-API.md b/Terminal-API.md index 5e13de7..09d6d31 100644 --- a/Terminal-API.md +++ b/Terminal-API.md @@ -39,4 +39,7 @@ Terminals in this mode only support the fourth range of **ColorMode256**, i.e. t This interface represents an input terminal event, which can be one of the following events: -### [] \ No newline at end of file +- A keyboard event. +- A mouse event. +- A terminal resize event. +- An error that occurs at the terminal layer or during event processing.