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

document cosmetic fix

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@2639 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
No related merge requests found
Showing with 3 additions and 0 deletions
+3 -0
...@@ -217,6 +217,9 @@ CVS code - ...@@ -217,6 +217,9 @@ CVS code -
total_update() total_update()
- Simplify to call clearok(TRUE) and wrefresh() on edit, which - Simplify to call clearok(TRUE) and wrefresh() on edit, which
updates the entire screen in fewer function calls. (DLR) updates the entire screen in fewer function calls. (DLR)
do_replace_highlight()
- Use waddch() instead of waddstr() to display a space when we
have a zero-length regex. (DLR)
do_credits() do_credits()
- Save the keystroke that breaks us out of the credits (if any) - Save the keystroke that breaks us out of the credits (if any)
and put it back so that it isn't lost. This is especially and put it back so that it isn't lost. This is especially
......
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