nano

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

commit 7e8dd19a726f2545db81c7118d26e475cc109c99
parent df13e3beefe41f74278c6e492c8fcb175bfc00b1
Author: David Lawrence Ramsey <pooka109@gmail.com>
Date:   Thu, 12 Aug 2004 20:06:20 +0000

more #ifdef tweaks


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

Diffstat:
Msrc/nano.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/nano.c b/src/nano.c @@ -3265,7 +3265,7 @@ int main(int argc, char *argv[]) #ifndef DISABLE_OPERATINGDIR char *operating_dir_cpy = operating_dir; #endif -#ifndef DISABLE_WRAPPING +#ifndef DISABLE_WRAPJUSTIFY ssize_t wrap_at_cpy = wrap_at; #endif #ifndef NANO_SMALL