]> git.wh0rd.org Git - nano.git/commitdiff
comment fix
authorDavid Lawrence Ramsey <pooka109@gmail.com>
Tue, 16 Aug 2005 03:02:46 +0000 (03:02 +0000)
committerDavid Lawrence Ramsey <pooka109@gmail.com>
Tue, 16 Aug 2005 03:02:46 +0000 (03:02 +0000)
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@2995 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

src/winio.c

index 4132a190a40abc0dadbfaa6047a803f059d96329..d11655ad201c2af97c112329348d4abf4ae508ab 100644 (file)
@@ -4183,7 +4183,8 @@ void dump_filestruct_reverse(void)
 #define CREDIT_LEN 53
 #define XLCREDIT_LEN 8
 
-/* Easter egg: Display credits.  Assume nodelay(edit) is FALSE. */
+/* Easter egg: Display credits.  Assume nodelay(edit) and scrollok(edit)
+ * are FALSE. */
 void do_credits(void)
 {
     bool old_more_space = ISSET(MORE_SPACE);