Merge branch 'mc-4.6'

This commit is contained in:
Patrick Winnertz 2009-01-27 23:03:06 +01:00
commit cad6ffd2bb

View File

@ -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);