mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-22 20:36:50 +03:00
Merge branch 'mc-4.6'
This commit is contained in:
commit
cad6ffd2bb
@ -1617,6 +1617,8 @@ update_xterm_title_path (void)
|
||||
if (!is_printable ((unsigned char) *s))
|
||||
*s = '?';
|
||||
} while (*++s);
|
||||
if (!alternate_plus_minus)
|
||||
numeric_keypad_mode ();
|
||||
fprintf (stdout, "\33]0;mc - %s\7", p);
|
||||
fflush (stdout);
|
||||
g_free (p);
|
||||
|
Loading…
Reference in New Issue
Block a user