1
1

* cmd.c (view_other_cmd): Update path in the xterm title after

command execution.
* main.c (do_execute): Likewise.
Этот коммит содержится в:
Pavel Roskin 2003-01-23 02:41:49 +00:00
родитель 08dae770a6
Коммит 0105a5a3d2
3 изменённых файлов: 8 добавлений и 0 удалений

Просмотреть файл

@ -1,3 +1,9 @@
2003-01-22 Adam Byrtek <alpha@debian.org>
* cmd.c (view_other_cmd): Update path in the xterm title after
command execution.
* main.c (do_execute): Likewise.
2003-01-22 Pavel Roskin <proski@gnu.org>
* util.c (size_trunc): Remove "b" from the output - it's

Просмотреть файл

@ -1046,6 +1046,7 @@ view_other_cmd (void)
touchwin (stdscr);
repaint_screen ();
update_xterm_title_path ();
}
}

Просмотреть файл

@ -570,6 +570,7 @@ do_execute (const char *shell, const char *command, int flags)
#endif /* USE_VFS */
update_panels (UP_OPTIMIZE, UP_KEEPSEL);
update_xterm_title_path ();
do_refresh ();
use_dash (TRUE);