From 6321bc4d638c2d2584b539e5755da9edebe10eec Mon Sep 17 00:00:00 2001 From: mitchell <70453897+667e-11@users.noreply.github.com> Date: Tue, 16 Jul 2013 16:05:48 -0400 Subject: Save window maximized state in sessions. Also ensure backward-compatibility with existing session files. --- core/gui.lua | 2 ++ 1 file changed, 2 insertions(+) (limited to 'core/gui.lua') 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', -- cgit v1.2.3