nano

nano with my custom patches
git clone git://bsandro.tech/nano
Log | Files | Refs | README | LICENSE

commit d37f6a3f5cf831048f6db3239f585c1d39144369
parent 5f3695bdb5dd7a0f92cdd0e5da1c6ba01dc6bd3c
Author: David Lawrence Ramsey <pooka109@gmail.com>
Date:   Sat, 26 Mar 2005 20:41:36 +0000

add missing blank line


git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@2431 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

Diffstat:
Msrc/winio.c | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/src/winio.c b/src/winio.c @@ -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); }