]> git.wh0rd.org Git - nano.git/commit
fix problem where displaying multiline regexes that have their start on
authorDavid Lawrence Ramsey <pooka109@gmail.com>
Wed, 12 Jan 2005 18:23:09 +0000 (18:23 +0000)
committerDavid Lawrence Ramsey <pooka109@gmail.com>
Wed, 12 Jan 2005 18:23:09 +0000 (18:23 +0000)
commitc1e3d941a564dd8f1f11dcc3f9c174822e4534f6
tree2b97e0767fb974ff8650fe3f659b04d47b792059
parent487d08cad0750bbaafbaddeec390faa44bb50b39
fix problem where displaying multiline regexes that have their start on
one page of a line and their end on a different page of the same line
would paint past the end of the regex by tweaking DB's changes to add
multibyte string support to edit_add(); now calculate paintlen the same
way the original working code did, but keep accounting for multibyte
characters as DB'S new code did

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