aboutsummaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authormitchell <70453897+667e-11@users.noreply.github.com>2012-05-23 07:32:02 -0400
committermitchell <70453897+667e-11@users.noreply.github.com>2012-05-23 07:32:02 -0400
commit7872e44d71de9371f4eef162287c14d2e6b8dc29 (patch)
tree266576e5bc90e0f3b538c08ecab4df953bd3d8ba /core
parentec14d1f35de021ef6adfe3ee035bfe1e0dfea6e3 (diff)
downloadtextadept-7872e44d71de9371f4eef162287c14d2e6b8dc29.tar.gz
textadept-7872e44d71de9371f4eef162287c14d2e6b8dc29.zip
Initial support for ncurses.
Diffstat (limited to 'core')
-rw-r--r--core/gui.lua2
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.