From: David Lawrence Ramsey Date: Tue, 16 Aug 2005 03:02:46 +0000 (+0000) Subject: comment fix X-Git-Tag: v1.3.9~51 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=8ad58bcde36a2aa170747fbe8b154e6d2a1bdb64;p=nano.git comment fix git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@2995 35c25a1d-7b9e-4130-9fde-d3aeb78583b8 --- diff --git a/src/winio.c b/src/winio.c index 4132a190..d11655ad 100644 --- a/src/winio.c +++ b/src/winio.c @@ -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);