]> git.wh0rd.org Git - nano.git/commit
remove DB's hacks to work around problems with ncurses' display of
authorDavid Lawrence Ramsey <pooka109@gmail.com>
Wed, 5 Jan 2005 05:22:42 +0000 (05:22 +0000)
committerDavid Lawrence Ramsey <pooka109@gmail.com>
Wed, 5 Jan 2005 05:22:42 +0000 (05:22 +0000)
commit930b1d7809ad9837439884759b60915acb150134
tree073b7fa1ee061e095f9f4c8d1a34a8e238720411
parent913db834d284c32a1b843e01a11ed06b780d347e
remove DB's hacks to work around problems with ncurses' display of
two-column characters at the beginnings and ends of long lines (i.e,
lines with $'s added), as the problems don't occur with ncurses 5.4, and
there's no easy way to fix the same type of problem with doing a regex
replace of "^" on a line beginning with a two-column character

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