]> git.wh0rd.org Git - nano.git/commit
overhaul the cutting and uncutting routines and the justify-related
authorDavid Lawrence Ramsey <pooka109@gmail.com>
Tue, 23 Nov 2004 04:08:28 +0000 (04:08 +0000)
committerDavid Lawrence Ramsey <pooka109@gmail.com>
Tue, 23 Nov 2004 04:08:28 +0000 (04:08 +0000)
commit93c8405bfa0a0f8e68eb34c56aaa38c0bfd35b68
tree9a8accf17ca6ceb5d1ed5d396734eb27bc7a272c
parentb5a7a5a2d62ba8acafc50ae9704368e1380b7931
overhaul the cutting and uncutting routines and the justify-related
routines to back up and restore unjustified text to use the partitioning
code, as it greatly simplifies how they work; also back up and restore
unjustified text in its own buffer instead of the cutbuffer, and add a
few minor bug fixes to the overhauled routines

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@2124 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
ChangeLog
src/cut.c
src/global.c
src/nano.c
src/nano.h
src/proto.h
src/utils.c
src/winio.c