commit 3347682fd03641aca4b084bba86f88d90d8ae98c
parent 7c5b104859aae0d69f65714647321d7cc41bd977
Author: Benno Schulenberg <bensberg@telfort.nl>
Date: Wed, 16 Oct 2019 12:11:22 +0200
tweaks: remove a pointless updating of the title bar
A possible change in filename won't be pushed to the screen until a
doupdate() is done, and that won't happen until nano is waiting for
a keystroke again. So... just let it be.
Diffstat:
1 file changed, 0 insertions(+), 3 deletions(-)
diff --git a/src/files.c b/src/files.c
@@ -1537,9 +1537,6 @@ bool write_file(const char *name, FILE *f_open, bool tmp,
if (*name == '\0')
return -1;
- if (!tmp)
- titlebar(NULL);
-
realname = real_dir_from_tilde(name);
#ifdef ENABLE_OPERATINGDIR