nano

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

commit ddc1de1939bd2508623d365dc1411919982259b3
parent 18bf2af9c192ac6a83341d21addde9ef122d6748
Author: Benno Schulenberg <bensberg@telfort.nl>
Date:   Sat, 27 Jan 2018 17:53:10 +0100

docs: remove the note about needing a recent ncurses for macros to work

After commit e739448c, macros should work also when ncurses produces
escape sequences instead of keycodes.

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

diff --git a/doc/nano.1 b/doc/nano.1 @@ -305,7 +305,7 @@ 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 is a -deficient terminal. And it works only with recent versions of ncurses. +deficient terminal. .sp Please report any other bugs that you encounter via: .br diff --git a/doc/nano.texi b/doc/nano.texi @@ -568,7 +568,7 @@ saving. The recording and playback of keyboard macros works correctly only on a terminal emulator, not on a Linux console (VT), because the latter is a -deficient terminal. And it works only with recent versions of ncurses. +deficient terminal. @node Built-in Help @chapter Built-in Help