diff options
author | 2012-05-23 07:32:02 -0400 | |
---|---|---|
committer | 2012-05-23 07:32:02 -0400 | |
commit | 7872e44d71de9371f4eef162287c14d2e6b8dc29 (patch) | |
tree | 266576e5bc90e0f3b538c08ecab4df953bd3d8ba /core | |
parent | ec14d1f35de021ef6adfe3ee035bfe1e0dfea6e3 (diff) | |
download | textadept-7872e44d71de9371f4eef162287c14d2e6b8dc29.tar.gz textadept-7872e44d71de9371f4eef162287c14d2e6b8dc29.zip |
Initial support for ncurses.
Diffstat (limited to 'core')
-rw-r--r-- | core/gui.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/gui.lua b/core/gui.lua index 6681388a..97cc481a 100644 --- a/core/gui.lua +++ b/core/gui.lua @@ -4,7 +4,7 @@ local gui = gui --[[ This comment is for LuaDoc. --- The core gui table. --- @field title (string) +-- @field title (string, Write-only) -- The title of the Textadept window. -- @field context_menu -- A GTK menu defining the editor's context menu. |