revert erroneous change
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3770 35c25a1d-7b9e-4130-9fde-d3aeb78583b8master
parent
7f3fdb4790
commit
4e68588596
|
@ -91,9 +91,6 @@ CVS code -
|
||||||
number of columns is extremely small. (DLR)
|
number of columns is extremely small. (DLR)
|
||||||
- Don't display any blank space for the state if we're in the
|
- Don't display any blank space for the state if we're in the
|
||||||
file browser, as Pico doesn't. (DLR)
|
file browser, as Pico doesn't. (DLR)
|
||||||
- Since path is always assumed to be NULL if DISABLE_BROWSER is
|
|
||||||
defined, put the check for its being NULL in a DISABLE_BROWSER
|
|
||||||
#define. (DLR)
|
|
||||||
- doc/syntax/c.nanorc:
|
- doc/syntax/c.nanorc:
|
||||||
- Since .i and .ii are preprocessed C and C++ output, colorize
|
- Since .i and .ii are preprocessed C and C++ output, colorize
|
||||||
them here. (Mike Frysinger)
|
them here. (Mike Frysinger)
|
||||||
|
|
|
@ -2042,9 +2042,7 @@ void titlebar(const char *path)
|
||||||
|
|
||||||
/* If we're not in the file browser, path should be the current
|
/* If we're not in the file browser, path should be the current
|
||||||
* filename. */
|
* filename. */
|
||||||
#ifndef DISABLE_BROWSER
|
|
||||||
if (path == NULL)
|
if (path == NULL)
|
||||||
#endif
|
|
||||||
path = openfile->filename;
|
path = openfile->filename;
|
||||||
|
|
||||||
/* Account for the full lengths of the prefix and the state. */
|
/* Account for the full lengths of the prefix and the state. */
|
||||||
|
|
Loading…
Reference in New Issue