Commit eb711b03 authored by David Lawrence Ramsey's avatar David Lawrence Ramsey
Browse files

formatting fix

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@2165 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
No related merge requests found
Showing with 2 additions and 1 deletion
+2 -1
......@@ -3622,7 +3622,8 @@ void do_credits(void)
xlpos++;
}
start_x = COLS / 2 - strlen(what) / 2 - 1;
mvwaddstr(edit, editwinrows - 1 - editwinrows % 2, start_x, what);
mvwaddstr(edit, editwinrows - 1 - editwinrows % 2, start_x,
what);
}
napms(700);
scroll(edit);
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment