diff options
Diffstat (limited to 'core/.pm.lua')
-rw-r--r-- | core/.pm.lua | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/core/.pm.lua b/core/.pm.lua index b04f78ea..61ddecc0 100644 --- a/core/.pm.lua +++ b/core/.pm.lua @@ -13,6 +13,8 @@ module('textadept.pm') -- @name textadept.pm -- @field entry_text The text in the entry. -- @field width The width of the project manager. +-- @field cursor The cursor in the project manager (string representation of +-- current GtkTreePath). pm = {} --- Focuses the project manager entry. |