]> git.wh0rd.org Git - nano.git/commit
remove still more redundant screen updates; change all wrefresh() calls
authorDavid Lawrence Ramsey <pooka109@gmail.com>
Tue, 26 Jul 2005 14:42:57 +0000 (14:42 +0000)
committerDavid Lawrence Ramsey <pooka109@gmail.com>
Tue, 26 Jul 2005 14:42:57 +0000 (14:42 +0000)
commit6d8e495c370265a4d0ae90255566143cbae497c9
tree1d7768c1ee2ee99ce2c949e8fc63041eb2430fad
parent75a29b749e2aa070f7d75acda2006fa81924f46d
remove still more redundant screen updates; change all wrefresh() calls
to wnoutrefresh() calls, except for those in total_update() and
do_credits(); call doupdate() just before using blocking input, since
nano spends the most time using it, for blocking input; and only do
constant sursor position display if we're just about to use blocking
input

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