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, 3 insertions, 3 deletions
diff --git a/core/init.lua b/core/init.lua
index cc94e618..ea7efb81 100644
--- a/core/init.lua
+++ b/core/init.lua
@@ -49,11 +49,11 @@ _M = {} -- modules table
-- If Textadept is running on Windows, this flag is `true`.
-- @field OSX (bool)
-- If Textadept is running on Mac OSX, this flag is `true`.
--- @field NCURSES (bool)
+-- @field CURSES (bool)
-- If Textadept is running in the terminal, this flag is `true`.
--- ncurses feature incompatibilities are listed in the [Appendix][].
+-- Curses feature incompatibilities are listed in the [Appendix][].
--
--- [Appendix]: ../14_Appendix.html#Ncurses.Compatibility
+-- [Appendix]: ../14_Appendix.html#Curses.Compatibility
module('_G')]]
--[[ The tables below were defined in C.