commit a9bc11817817159aeb0736af22f22989c58d6d5d parent 903942b4f049f1d27cdf46f4dd3bc20e568532b4 Author: Benno Schulenberg <bensberg@telfort.nl> Date: Sat, 5 Dec 2020 12:23:06 +0100 docs: remove all mentions of Slang Diffstat:
M | doc/nano.texi | | | 8 | ++------ |
1 file changed, 2 insertions(+), 6 deletions(-)
diff --git a/doc/nano.texi b/doc/nano.texi @@ -1915,8 +1915,8 @@ Exclude Native Language support. This will disable the use of any available GNU @command{nano} translations. @item --enable-utf8 -Include support for reading and writing Unicode files. This will require -either a wide version of curses, or a UTF-8-enabled version of Slang. +Include support for reading and writing Unicode files. +This requires a wide version of the curses library. @item --disable-utf8 Exclude support for reading and writing Unicode files. Normally the @@ -1927,10 +1927,6 @@ You can use this or the previous option to override that detection. Use the file with the given @var{name} (in the user's home directory) as nano's settings file, instead of the default @code{.nanorc}. -@item --with-slang -Compile @command{nano} against Slang instead of against ncurses or other -curses libraries. - @end table @html