diff options
author | 2013-04-03 16:56:14 -0400 | |
---|---|---|
committer | 2013-04-03 16:56:14 -0400 | |
commit | 679e188ec027978b37eb36a5f2d52bc2cf04ef77 (patch) | |
tree | 61da33e31c8f6f02fcc5fd53e406368635d5df43 /doc/01_Introduction.md | |
parent | 00153ab1c0f7307a8589c7d0cc0a3908cb7f0c34 (diff) | |
download | textadept-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/01_Introduction.md')
-rw-r--r-- | doc/01_Introduction.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/01_Introduction.md b/doc/01_Introduction.md index 2c98e04f..ac577111 100644 --- a/doc/01_Introduction.md +++ b/doc/01_Introduction.md @@ -62,8 +62,8 @@ is applicable to key chains: `Ctrl+N, N` vs. `Ctrl+N, Shift+N`. In the first key chain, "Control" and "N" are pressed followed by "N" with no modifiers. The second has "Control" and "N" pressed followed by "Shift" and "N". -When key bindings are mentioned, the Mac OSX and ncurses equivalents are often +When key bindings are mentioned, the Mac OSX and curses equivalents are often shown in parenthesis. It may be tempting to assume that some Windows/Linux keys -map to Mac OSX's (e.g. `Ctrl` to `⌘`) or ncurses' (e.g. `Ctrl` to `^`), but this +map to Mac OSX's (e.g. `Ctrl` to `⌘`) or curses' (e.g. `Ctrl` to `^`), but this is not always the case. Please do not view the key equivalents as translations of one another, but rather as separate entities. This will minimize confusion. |