aboutsummaryrefslogtreecommitdiff
path: root/modules/cpp
diff options
context:
space:
mode:
authormitchell <70453897+667e-11@users.noreply.github.com>2013-04-03 16:56:14 -0400
committermitchell <70453897+667e-11@users.noreply.github.com>2013-04-03 16:56:14 -0400
commit679e188ec027978b37eb36a5f2d52bc2cf04ef77 (patch)
tree61da33e31c8f6f02fcc5fd53e406368635d5df43 /modules/cpp
parent00153ab1c0f7307a8589c7d0cc0a3908cb7f0c34 (diff)
downloadtextadept-679e188ec027978b37eb36a5f2d52bc2cf04ef77.tar.gz
textadept-679e188ec027978b37eb36a5f2d52bc2cf04ef77.zip
Textadept should support multiple curses platforms; remove ncurses references.
Requires Scintilla r4436 and Scinterm r45.
Diffstat (limited to 'modules/cpp')
-rw-r--r--modules/cpp/init.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/cpp/init.lua b/modules/cpp/init.lua
index 87f601b3..5d62691a 100644
--- a/modules/cpp/init.lua
+++ b/modules/cpp/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 members for the symbol behind the caret.