[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Nano-devel] nano bug
From: |
Mark Majeres |
Subject: |
Re: [Nano-devel] nano bug |
Date: |
Mon, 16 Mar 2015 09:25:09 -0700 |
> When text is highlighted with alt-a and copied with alt-6 the file becomes
> modified? If this is a bug please fix it?
The copy command is actually a combination of a cut and a paste. The
file is modified.
I'd call it an undesirable feature, not a bug. I don't like it
either, however, reworking the copy function is a little more
complicated than it sounds.
--Mark