From 679e188ec027978b37eb36a5f2d52bc2cf04ef77 Mon Sep 17 00:00:00 2001 From: mitchell <70453897+667e-11@users.noreply.github.com> Date: Wed, 3 Apr 2013 16:56:14 -0400 Subject: Textadept should support multiple curses platforms; remove ncurses references. Requires Scintilla r4436 and Scinterm r45. --- doc/01_Introduction.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/01_Introduction.md') 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. -- cgit v1.2.3