diff options
author | mitchell <70453897+667e-11@users.noreply.github.com> | 2013-04-03 16:56:14 -0400 |
---|---|---|
committer | mitchell <70453897+667e-11@users.noreply.github.com> | 2013-04-03 16:56:14 -0400 |
commit | 679e188ec027978b37eb36a5f2d52bc2cf04ef77 (patch) | |
tree | 61da33e31c8f6f02fcc5fd53e406368635d5df43 /modules/lua | |
parent | 00153ab1c0f7307a8589c7d0cc0a3908cb7f0c34 (diff) |
Textadept should support multiple curses platforms; remove ncurses references.
Requires Scintilla r4436 and Scinterm r45.
Diffstat (limited to 'modules/lua')
-rw-r--r-- | modules/lua/init.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/lua/init.lua b/modules/lua/init.lua index 43a5cc5c..9abe2277 100644 --- a/modules/lua/init.lua +++ b/modules/lua/init.lua @@ -9,7 +9,7 @@ local M = {} -- -- ## Key Bindings -- --- + `Ctrl+L, M` (`⌘L, M` on Mac OSX | `M-L, M` in ncurses) +-- + `Ctrl+L, M` (`⌘L, M` on Mac OSX | `M-L, M` in curses) -- Open this module for editing. -- + `.` -- Show an autocompletion list of fields for the symbol behind the caret. |