]> git.wh0rd.org Git - nano.git/commit
refactor nanoget_repaint() to split out the new function
authorDavid Lawrence Ramsey <pooka109@gmail.com>
Wed, 26 Oct 2005 23:14:59 +0000 (23:14 +0000)
committerDavid Lawrence Ramsey <pooka109@gmail.com>
Wed, 26 Oct 2005 23:14:59 +0000 (23:14 +0000)
commit3d12f0f53d10c8d819d39ca6c39d7bfc9ef3f6e1
tree942719972e358e8fa62375d9ed238ff164c9b2aa
parentb2bf101d0cf38781e9cc6c6d6e471c46a554509a
refactor nanoget_repaint() to split out the new function
get_statusbar_page_start(), the statusbar prompt's equivalent of
get_page_start(); also make sure that the minimum allowed terminal size
in columns is 4, as the statusbar prompt code relies on this assumption
and will crash otherwise

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