]> git.wh0rd.org Git - nano.git/commitdiff
Add smooth scroll and the DOS/Mac file support to the README
authorChris Allegretta <chrisa@asty.org>
Mon, 1 Oct 2001 14:42:27 +0000 (14:42 +0000)
committerChris Allegretta <chrisa@asty.org>
Mon, 1 Oct 2001 14:42:27 +0000 (14:42 +0000)
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@803 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

README

diff --git a/README b/README
index 2ff5dce70914a10d67034a4d0ef06b0044adc7f1..6faa9cd3f6100c6b96a42667d88ecf9d45fdf683 100644 (file)
--- 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)