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.