]> git.wh0rd.org Git - nano.git/commit
in browser_refresh() and titlebar(), don't display overly long filenames
authorDavid Lawrence Ramsey <pooka109@gmail.com>
Wed, 5 Jul 2006 06:38:47 +0000 (06:38 +0000)
committerDavid Lawrence Ramsey <pooka109@gmail.com>
Wed, 5 Jul 2006 06:38:47 +0000 (06:38 +0000)
commit51b7b0e7d85cc1d80a2cc3052091649ec79873f0
tree3a65ccfcf45c04cc19d84c40b79d56cd7c4e5ca4
parent0cae08778420ceed954217c7c37ac222ff67966e
in browser_refresh() and titlebar(), don't display overly long filenames
with ellipses if the number of columns is extremely small; also, in
certain places, call wnoutrefresh(bottomwin) after calling
blank_statusbar(), in order to ensure that the statusbar is actually
blanked

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