nano

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

commit 7c44b68e0583bb8dd6856d351ce9998269fb190b
parent ad1dacceccfe276de57a1ef9df5670d9c4d089b4
Author: Chris Allegretta <chrisa@asty.org>
Date:   Thu, 21 Sep 2000 04:27:01 +0000

PDCurses support


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

Diffstat:
MChangeLog | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git 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,