From 679e188ec027978b37eb36a5f2d52bc2cf04ef77 Mon Sep 17 00:00:00 2001 From: mitchell <70453897+667e-11@users.noreply.github.com> Date: Wed, 3 Apr 2013 16:56:14 -0400 Subject: Textadept should support multiple curses platforms; remove ncurses references. Requires Scintilla r4436 and Scinterm r45. --- core/init.lua | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'core/init.lua') 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. -- cgit v1.2.3