commit f727da88b0c792a93d1d0899bf9e2b790b7221ce
parent 73889487f0c300b961749f00bc19e6347c4bd407
Author: Chris Allegretta <chrisa@asty.org>
Date: Mon, 1 Oct 2001 14:42:27 +0000
Add smooth scroll and the DOS/Mac file support to the README
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@803 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
Diffstat:
1 file changed, 8 insertions(+), 0 deletions(-)
diff --git a/README b/README
@@ -71,6 +71,14 @@ Current Status
shortcuts and files in browser, search toggles that are Pico
extensions moved to Meta keys so as to not interfere with Pico
control sequences.
+ + Smooth scrolling through files, instead of the jerky half-page
+ down, half-page up method. This is available by using the
+ -S or --smooth switch, or the Meta-S toggle.
+ + Better non-*nix file support. GNU nano now automatically
+ converts files from DOS format or Mac format to standard file
+ format. It can also write files in either format by using the
+ apropriate command line (-D, --dos or -M, --mac) or toggle
+ (Meta-D, Meta-O).
Chris Allegretta (chrisa@asty.org)