]> git.wh0rd.org Git - nano.git/commit
2010-03-07 Chris Allegretta <chrisa@asty.org>
authorChris Allegretta <chrisa@asty.org>
Sun, 7 Mar 2010 19:35:46 +0000 (19:35 +0000)
committerChris Allegretta <chrisa@asty.org>
Sun, 7 Mar 2010 19:35:46 +0000 (19:35 +0000)
commit42bd871af32376ab68070ee949c6a4ea30d6c5f8
tree0efa0e0b82dd67c875df415a33a8960da4f52b69
parentf81d6fe8d35b1bfeb1d1e33195320c46bcc7d2da
2010-03-07 Chris Allegretta <chrisa@asty.org>
        * configure.ac, nano.c (handle_sigwinch): Create check for whether LINES and
          COLS can safely be redefined.  Fixes compilation issues with cygwin, and likely
          with newer versions of ncurses, fixes Savannah bug 28984 repoted by Andy Koppe
          and Eric Oliver via mailing list.
        * winio.c (get_mouseinput) - fix stray semicolon in code, also reported in
          bug 28984.

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@4484 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
ChangeLog
configure.ac
src/nano.c
src/winio.c