]> git.wh0rd.org Git - nano.git/commit
add DB's changes to titlebar() (with a few tweaks of mine) to make it
authorDavid Lawrence Ramsey <pooka109@gmail.com>
Sun, 23 May 2004 21:11:14 +0000 (21:11 +0000)
committerDavid Lawrence Ramsey <pooka109@gmail.com>
Sun, 23 May 2004 21:11:14 +0000 (21:11 +0000)
commitfa394047ba05020da91025dfc430870fa8ec57b8
treea3654c295f3deefe79adc1916548a3cfc9b65686
parentbcebe325f084ffecb4016d4199d1ef4552e9a142
add DB's changes to titlebar() (with a few tweaks of mine) to make it
handle shorter screen widths better and display the filename using
display_string(), my strnlen() equivalent so the new titlebar() will
work on systems without strnlen(), and a few of DB's other minor changes
to make other display-related functions handle shorter screen widths
better, among other things

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