diff options
author | 2013-07-16 16:05:48 -0400 | |
---|---|---|
committer | 2013-07-16 16:05:48 -0400 | |
commit | 6321bc4d638c2d2584b539e5755da9edebe10eec (patch) | |
tree | c64445e1f9ec7ae70792cc33448239033f1bc765 /core/gui.lua | |
parent | 02c3bd574f0c1f2c5e49539ba1c86d8b65b0080a (diff) | |
download | textadept-6321bc4d638c2d2584b539e5755da9edebe10eec.tar.gz textadept-6321bc4d638c2d2584b539e5755da9edebe10eec.zip |
Save window maximized state in sessions.
Also ensure backward-compatibility with existing session files.
Diffstat (limited to 'core/gui.lua')
-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', |