diff options
| author | 2020-09-19 13:18:44 -0400 | |
|---|---|---|
| committer | 2020-09-19 13:18:44 -0400 | |
| commit | 28a73bcf0fe6fa9cd97e50734fb243c625284a89 (patch) | |
| tree | 185e7334cfea073086690ec88d46fea3bc0a365f /core | |
| parent | 84388249c689a8a3d0a893d095dde86600186e6d (diff) | |
| download | textadept-28a73bcf0fe6fa9cd97e50734fb243c625284a89.tar.gz textadept-28a73bcf0fe6fa9cd97e50734fb243c625284a89.zip | |
Added `ui.update()` for unit tests.
Diffstat (limited to 'core')
| -rw-r--r-- | core/ui.lua | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/core/ui.lua b/core/ui.lua index 90b43d90..66828bc2 100644 --- a/core/ui.lua +++ b/core/ui.lua @@ -593,4 +593,11 @@ local goto_view -- @class function -- @name menu local menu + +--- +-- Processes pending GTK events, including reading from spawned processes. +-- This function is primarily used in unit tests. +-- @class function +-- @name update +local update ]] |
