nano

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

commit c2b9211bd56e3d9a0650934e9bf6fe60c4d7184a
parent 7a7405571c8f7c34bbbd2142a1efae715454d163
Author: Benno Schulenberg <bensberg@telfort.nl>
Date:   Thu, 22 May 2025 14:38:48 +0200

build: fix compilation for config with --enable-tiny --enable-histories

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

diff --git a/src/definitions.h b/src/definitions.h @@ -484,7 +484,7 @@ typedef struct linestruct { short *multidata; /* Array of which multi-line regexes apply to this line. */ #endif -#ifndef NANO_TINY +#ifdef ENABLE_HISTORIES bool has_anchor; /* Whether the user has placed an anchor at this line. */ #endif