nano

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

commit b4041d6821494a62094c0de4aca58fcc14fa2107
parent 95f3812db1d318433185bd104c8f0a4912f9f985
Author: David Lawrence Ramsey <pooka109@gmail.com>
Date:   Tue, 17 Aug 2004 16:04:48 +0000

better document the ngetdelim() tweaks


git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@1902 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

Diffstat:
MChangeLog | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/ChangeLog b/ChangeLog @@ -236,7 +236,8 @@ CVS code - ngetdelim(), ngetline() - New functions equivalent to getdelim() and getline(), which are both GNU extensions. (DLR, adapted from GNU mailutils - 0.5 with minor changes to better integrate with nano) + 0.5 with minor changes to better integrate with nano and + increase efficiency) - winio.c: get_kbinput() - Since the only valid values for escapes are 0, 1, and 2,