aboutsummaryrefslogtreecommitdiff
path: root/doc/07_Modules.md
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 /doc/07_Modules.md
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 'doc/07_Modules.md')
-rw-r--r--doc/07_Modules.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/07_Modules.md b/doc/07_Modules.md
index fb8faca1..93347868 100644
--- a/doc/07_Modules.md
+++ b/doc/07_Modules.md
@@ -31,7 +31,7 @@ perhaps a custom context menu. These features are discussed below.
Most language-specific modules have a command that compiles and/or runs the code
in the current file. Pressing `Ctrl+Shift+R` (`⌘⇧R` on Mac OSX | `M-^R` in
-ncurses) executes the command for compiling code and `Ctrl+R` (`⌘R` | `^R`)
+curses) executes the command for compiling code and `Ctrl+R` (`⌘R` | `^R`)
executes the command for running code. Double-clicking on any error messages
will jump to where the errors occurred. Note: In order for these features to
work, the language you are working with must have its compile and run commands
@@ -58,7 +58,7 @@ preferences, see the [language module preferences][] section.
Most language-specific modules have a set of key bindings for
[custom commands][]. See the module's [LuaDoc][] or code to find out which key
bindings are assigned. They are typically stored in the `Ctrl+L` (`⌘L` on Mac
-OSX | `M-L` in ncurses) key chain prefix.
+OSX | `M-L` in curses) key chain prefix.
[custom commands]: api/_M.html#Commands
[LuaDoc]: api/index.html