]> git.wh0rd.org Git - nano.git/commit
replace almost all mvwaddstr(hblank) calls with mvwhline(' ', COLS)
authorDavid Lawrence Ramsey <pooka109@gmail.com>
Sat, 9 Jul 2005 04:49:09 +0000 (04:49 +0000)
committerDavid Lawrence Ramsey <pooka109@gmail.com>
Sat, 9 Jul 2005 04:49:09 +0000 (04:49 +0000)
commita0ebc813f1764ae01720797cfca655d8b516a314
tree3ef55b4175905d0789ae94be5f478a71a6fb0882
parent56001845cd3061f4ef0e960942f42034de5de710
replace almost all mvwaddstr(hblank) calls with mvwhline(' ', COLS)
calls, which do the same thing

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