From 85c589f9228d829741246a11982014e5e580a9a1 Mon Sep 17 00:00:00 2001 From: mitchell <70453897+667e-11@users.noreply.github.com> Date: Wed, 27 Jun 2012 15:15:16 -0400 Subject: Updated for 5.5 beta. --- core/init.lua | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'core/init.lua') 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')]] --- -- cgit v1.2.3