nano-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Nano-devel] indent/unindent overhaul (including undo/redo support)


From: David Ramsey
Subject: Re: [Nano-devel] indent/unindent overhaul (including undo/redo support)
Date: Sun, 27 Aug 2017 20:12:45 -0500

Attached a further updated port of undo/redo for indent: version 2a.
It's still synced against 2.8.7 (specifically, git 758b4e6), and the
only change relative to version 2 is one simplification: instead of
using strchr() followed by a special case if strchr() returns NULL, it
uses strchrnul().  (This requires pulling the relevant module from
gnulib, since that function is a GNU extension.)

Attachment: indent-undo-2a.zip
Description: Zip archive


reply via email to

[Prev in Thread] Current Thread [Next in Thread]