diff options
Diffstat (limited to 'core')
-rw-r--r-- | core/gui.lua | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/core/gui.lua b/core/gui.lua index b8b2071e..feb61734 100644 --- a/core/gui.lua +++ b/core/gui.lua @@ -17,6 +17,8 @@ local gui = gui -- The text displayed by the statusbar. -- @field docstatusbar_text (string, Write-only) -- The text displayed by the buffer statusbar. +-- @field maximized (bool) +-- Whether or not the Textadept window is maximized. module('gui')]] local theme = package.searchpath(not CURSES and 'light' or 'term', |