"git@gitlab.caltech.edu:cs24-19fa/git_rec_nano.git" did not exist on "3cb80ff7ea0dd4eb1eb25ddad58c8b8ac06f7953"
Commit 7d6dd41a authored by David Lawrence Ramsey's avatar David Lawrence Ramsey
Browse files

still more comment fixes

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3726 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
No related merge requests found
Showing with 2 additions and 2 deletions
+2 -2
...@@ -580,8 +580,8 @@ void browser_refresh(void) ...@@ -580,8 +580,8 @@ void browser_refresh(void)
char *disp = display_string(filetail, dots ? filetaillen - char *disp = display_string(filetail, dots ? filetaillen -
longest + 11 : 0, longest, FALSE); longest + 11 : 0, longest, FALSE);
/* If we put an ellipsis before the filename, reserve 8 /* If we put an ellipsis before the filename, reserve 8
* columns for "--", "(dir)", or the file size, plus 3 * columns for padding followed by "--", "(dir)", or the
* columns for the ellipsis. */ * file size, plus 3 columns for the ellipsis. */
/* Highlight the currently selected file or directory. */ /* Highlight the currently selected file or directory. */
if (i == selected) if (i == selected)
......
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