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.
Этот коммит содержится в:
родитель
7c5b104859
Коммит
3347682fd0
@ -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
|
||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user