]> git.wh0rd.org Git - nano.git/commitdiff
add missing blank line
authorDavid Lawrence Ramsey <pooka109@gmail.com>
Sat, 26 Mar 2005 20:41:36 +0000 (20:41 +0000)
committerDavid Lawrence Ramsey <pooka109@gmail.com>
Sat, 26 Mar 2005 20:41:36 +0000 (20:41 +0000)
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@2431 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

src/winio.c

index f4a47dd78d0b713db3889e5d71246c3e7514c08b..fdbb51884de649bf2be0cbf8adc4ff355d9b2472 100644 (file)
@@ -2418,6 +2418,7 @@ void nanoget_repaint(const char *buf, const char *inputbuf, size_t x)
        wmove(bottomwin, 0, COLS - wid + x_real - page_start);
     } else
        wmove(bottomwin, 0, COLS - 1);
+
     wattroff(bottomwin, A_REVERSE);
 }