nano

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

commit 44ea37573a7a24e477a616db73cdd1e1a4276781
parent d54840c152011d78428be7707a242635cb58368d
Author: David Lawrence Ramsey <pooka109@gmail.com>
Date:   Fri, 28 Sep 2018 09:49:54 -0500

docs: remove references to not being able to undo justifications

Any series of justifications (and other edits) is now undoable.

Diffstat:
Mdoc/nano.1 | 6------
Mdoc/nano.texi | 6------
2 files changed, 0 insertions(+), 12 deletions(-)

diff --git a/doc/nano.1 b/doc/nano.1 @@ -308,12 +308,6 @@ it unique. In multibuffer mode, \fBnano\fP will write all the open buffers to their respective emergency files. .SH BUGS -Justifications (\fB^J\fR) -are not yet covered by the general undo system. So after a justification -that is not immediately undone, earlier edits -cannot be undone any more. The workaround is, of course, to exit without -saving. -.sp The recording and playback of keyboard macros works correctly only on a terminal emulator, not on a Linux console (VT), because the latter does not by default distinguish modified from unmodified arrow keys. diff --git a/doc/nano.texi b/doc/nano.texi @@ -575,12 +575,6 @@ is running. @node Limitations @section Limitations -Justifications (@kbd{^J}) -are not yet covered by the general undo system. So after a justification -that is not immediately undone, earlier edits -cannot be undone any more. The workaround is, of course, to exit without -saving. - The recording and playback of keyboard macros works correctly only on a terminal emulator, not on a Linux console (VT), because the latter does not by default distinguish modified from unmodified arrow keys.