nano

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

commit cbf6fd021a95bff519cf04269d02f5191b3fadc0
parent b093d1926284f2a9239c1b3cc062b633c284142d
Author: Benno Schulenberg <bensberg@telfort.nl>
Date:   Mon, 28 Sep 2020 11:50:40 +0200

tweaks: remove an usused element from 'funcstruct', saving 8 more bytes

Diffstat:
Msrc/definitions.h | 2--
1 file changed, 0 insertions(+), 2 deletions(-)

diff --git a/src/definitions.h b/src/definitions.h @@ -462,8 +462,6 @@ typedef struct funcstruct { /* Is this function allowed when in view mode? */ int menus; /* In what menus this function applies. */ - long toggle; - /* If this is a toggle, which toggle to affect. */ struct funcstruct *next; /* Next item in the list. */ } funcstruct;