]> git.wh0rd.org Git - nano.git/commit
refactor the code to search for the beginning of a paragraph a bit to
authorDavid Lawrence Ramsey <pooka109@gmail.com>
Sun, 27 Jun 2004 00:54:08 +0000 (00:54 +0000)
committerDavid Lawrence Ramsey <pooka109@gmail.com>
Sun, 27 Jun 2004 00:54:08 +0000 (00:54 +0000)
commitdbde9d7577cbe3af1260d28a292209606299fe7c
treeb8f68cf7d90783b40b75541b56b0dd621b848d3f
parent524534405b663e698b15c9bf862ccd10bccef858
refactor the code to search for the beginning of a paragraph a bit to
fix some inaccuracies and eliminate the need for recursion; it now uses
almost the same logic as the code to search for the end of a paragraph,
which makes it somewhat easier to understand

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