aboutsummaryrefslogtreecommitdiff
path: root/core/init.lua
diff options
context:
space:
mode:
Diffstat (limited to 'core/init.lua')
-rw-r--r--core/init.lua6
1 files changed, 5 insertions, 1 deletions
diff --git a/core/init.lua b/core/init.lua
index ae5f4e62..5b64e86b 100644
--- a/core/init.lua
+++ b/core/init.lua
@@ -50,7 +50,11 @@ end
-- @field WIN32 (bool)
-- Whether or not Textadept is running on Windows.
-- @field OSX (bool)
--- Whether or not Textadept is running on Mac OSX.
+-- Whether or not Textadept is running on Mac OSX as a GUI application.
+-- @field LINUX (bool)
+-- Whether or not Textadept is running on Linux.
+-- @field BSD (bool)
+-- Whether or not Textadept is running on BSD.
-- @field CURSES (bool)
-- Whether or not Textadept is running in the terminal.
-- Curses feature incompatibilities are listed in the [Appendix][].