]> git.wh0rd.org Git - nano.git/commitdiff
Changelog update: fix problem with KEY_RESIZE's not being defined on
authorDavid Lawrence Ramsey <pooka109@gmail.com>
Fri, 10 Oct 2003 04:42:48 +0000 (04:42 +0000)
committerDavid Lawrence Ramsey <pooka109@gmail.com>
Fri, 10 Oct 2003 04:42:48 +0000 (04:42 +0000)
SunOS 5.7 and 5.8

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

ChangeLog

index f2c7fe9cb6e15e3d433d2e26dc7d8cca67c19b11..93a5d08350585204169bfa5d91ec6a595db94e8a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -111,6 +111,10 @@ CVS code -
          KEY_RESIZE, and pressing Ctrl-Z to suspend nano at the Linux
          console with keypad(TRUE) generates Ctrl-Z instead of
          KEY_SUSPEND, both unlike ncurses. (DLR)
+       - Define KEY_RESIZE as -1 if it isn't defined, as it isn't in
+         the curses library included with SunOS 5.7/5.8.  Also define
+         KEY_SUSPEND as -1 if it isn't defined, in case it isn't in
+         more than just Slang. (DLR)
 - move.c:
        - Remove unneeded inclusion of stdio.h, make various cleanups,
          and preserve the cursor's coordinates when paging up and down.