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/08_Preferences.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/08_Preferences.md') 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 -- cgit v1.2.3