[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Nano-devel] [PATCH] options: add -f/--functionkeys to show and enab
From: |
Brand Huntsman |
Subject: |
Re: [Nano-devel] [PATCH] options: add -f/--functionkeys to show and enable the function keys |
Date: |
Tue, 9 Oct 2018 15:54:45 -0600 |
On Mon, 8 Oct 2018 20:11:27 +0200
Benno Schulenberg <address@hidden> wrote:
> And how many people use the function keys anyway? Because I cannot
> imagine that anyone who started with nano without ever using pico has
> learnt to use the function keys, because they are not shown in the
> bottom rows
I do, and did so in the last year or two. I don't see the point in making this
compatible with pico after it has been in nano for probably 20 years.
But if you do make this change, the following bind should also be included.
add_to_sclist(MHELP, "F1", 0, do_exit, 0);
And is there a reason MFINDINHELP is not in global.c::menunames?
You also said structs couldn't be size optimized because similar fields should
be kept together, even though the structs fit in a single page. But then you
went and moved all the function binds _far_ away from their control bind
counterparts, making it harder to keep them in sync.