From 86fbeb5f24a0a5b7a116ba2ac7ea6f1a07ba02f2 Mon Sep 17 00:00:00 2001 From: mitchell <70453897+orbitalquark@users.noreply.github.com> Date: Sat, 19 Sep 2020 17:43:04 -0400 Subject: Added `events.COMMAND_TEXT_CHANGED`. This is analagous to `events.FIND_TEXT_CHANGED`. --- docs/api.md | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'docs/api.md') diff --git a/docs/api.md b/docs/api.md index 99ca01ac..1d615343 100644 --- a/docs/api.md +++ b/docs/api.md @@ -3916,6 +3916,12 @@ Emitted after the user types a text character into the buffer. * _`code`_: The text character's character code. + +#### `events.COMMAND_TEXT_CHANGED` (string) + +Emitted when the text in the command entry changes. + `ui.command_entry:get_text()` contains the current text. + #### `events.CSI` (string) -- cgit v1.2.3