add explanatory comment to do_credits()

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@1630 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
master
David Lawrence Ramsey 2004-01-19 18:15:03 +00:00
parent 250613665f
commit fdece4621f
2 changed files with 2 additions and 0 deletions

View File

@ -21,6 +21,7 @@ CVS code -
- Use nanosleep() instead of usleep(). The latter is only - Use nanosleep() instead of usleep(). The latter is only
standard under BSD, whereas the former is POSIX compliant. standard under BSD, whereas the former is POSIX compliant.
(DLR) (DLR)
- Add explanatory comment. (DLR)
- README: - README:
- Reformat to 72 characters per line, fix wording in one spot, - Reformat to 72 characters per line, fix wording in one spot,
and fix spacing in several spots. (DLR) and fix spacing in several spots. (DLR)

View File

@ -2297,6 +2297,7 @@ void dump_buffer_reverse(void)
#define CREDIT_LEN 53 #define CREDIT_LEN 53
#define XLCREDIT_LEN 8 #define XLCREDIT_LEN 8
/* Easter egg: Display credits. Assume nodelay(edit) is FALSE. */
void do_credits(void) void do_credits(void)
{ {
int i, j = 0, k, place = 0, start_x; int i, j = 0, k, place = 0, start_x;