diff options
author | 2012-06-27 15:15:16 -0400 | |
---|---|---|
committer | 2012-06-27 15:15:16 -0400 | |
commit | 85c589f9228d829741246a11982014e5e580a9a1 (patch) | |
tree | 6b11afad6848eeaa3e905cbf2d6ea2b1555afae7 /core | |
parent | 0e7bf875d8bf729674cfa779b70f75a50f4030e1 (diff) | |
download | textadept-85c589f9228d829741246a11982014e5e580a9a1.tar.gz textadept-85c589f9228d829741246a11982014e5e580a9a1.zip |
Updated for 5.5 beta.
Diffstat (limited to 'core')
-rw-r--r-- | core/init.lua | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/core/init.lua b/core/init.lua index ecfef7b9..a43061ca 100644 --- a/core/init.lua +++ b/core/init.lua @@ -1,6 +1,6 @@ -- Copyright 2007-2012 Mitchell mitchell.att.foicica.com. See LICENSE. -_RELEASE = "Textadept 5.4" +_RELEASE = "Textadept 5.5 beta" package.path = _HOME..'/core/?.lua;'..package.path os.setlocale('C', 'collate') @@ -42,6 +42,8 @@ _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) +-- If Textadept is running in the terminal, this flag is `true`. module('_G')]] --- |