diff options
author | 2013-04-03 16:56:14 -0400 | |
---|---|---|
committer | 2013-04-03 16:56:14 -0400 | |
commit | 679e188ec027978b37eb36a5f2d52bc2cf04ef77 (patch) | |
tree | 61da33e31c8f6f02fcc5fd53e406368635d5df43 /doc/08_Preferences.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/08_Preferences.md')
-rw-r--r-- | doc/08_Preferences.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/08_Preferences.md b/doc/08_Preferences.md index ad089fb5..dede2bd6 100644 --- a/doc/08_Preferences.md +++ b/doc/08_Preferences.md @@ -134,8 +134,8 @@ You can add global snippets in *~/.textadept/init.lua*, such as: snippets['path'] = "%<(buffer.filename or ''):match('^.+[/\\]')>" So typing `file` or `path` and then pressing `Tab` (`⇥` on Mac OSX | `Tab` in -ncurses) will insert the snippet, regardless of the current programming -language. You can learn about snippet syntax in the [snippets LuaDoc][]. +curses) will insert the snippet, regardless of the current programming language. +You can learn about snippet syntax in the [snippets LuaDoc][]. [snippets LuaDoc]: api/_M.textadept.snippets.html |