]> git.wh0rd.org Git - nano.git/commitdiff
PDCurses support
authorChris Allegretta <chrisa@asty.org>
Thu, 21 Sep 2000 04:27:01 +0000 (04:27 +0000)
committerChris Allegretta <chrisa@asty.org>
Thu, 21 Sep 2000 04:27:01 +0000 (04:27 +0000)
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@230 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

ChangeLog

index c722bac02b6e8283f8c624155916081f453272cf..ab6743c190bd76bbd7ab54af16766960721d3cb3 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -5,6 +5,9 @@ CVS changes -
          Extra check in configure.in for initscr() in -lcurses (as
          PDcurses has no tgetent), some #ifdef PDCURSES statements
          in main().
+- nano.c
+  main()
+       - Added check for _POSIX_VDISABLE around term variable definition.
 nano 0.9.18 - 09/18/2000
 - General
        - Changed _POSIX_VERSION checks in regex code to HAVE_REGEX_H,