]> git.wh0rd.org Git - nano.git/commitdiff
fix entry
authorDavid Lawrence Ramsey <pooka109@gmail.com>
Thu, 11 Nov 2004 22:02:48 +0000 (22:02 +0000)
committerDavid Lawrence Ramsey <pooka109@gmail.com>
Thu, 11 Nov 2004 22:02:48 +0000 (22:02 +0000)
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@2091 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

ChangeLog

index d5f904b3632fa41550e8844c9199220dc9203fac..0578d6998273b3af46d03f1aabe7fb4d1c39d4f7 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -229,8 +229,8 @@ CVS code -
          greater than COLS. (DLR)
   handle_sigwinch()
        - Call shortcut_init(FALSE) defore redisplaying the main list,
-         so that "UnJustify" isn't erroneously displayed when we
-         justify, suspend, and then continue. (DLR)
+         so that "UnJustify" isn't erroneously displayed after we
+         resize or after we continue from a suspend. (DLR)
   main()
        - Tweak the command line parsing routine so that multiple +LINE
          flags are properly interpreted in multibuffer mode. (DLR)