* cmd.c (view_other_cmd): Update path in the xterm title after
command execution. * main.c (do_execute): Likewise.
Этот коммит содержится в:
родитель
08dae770a6
Коммит
0105a5a3d2
@ -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);
|
||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user