1
1

Merge branch '203_keypad_putty' into 118_port_number_in_shell_link

Этот коммит содержится в:
Patrick Winnertz 2009-01-26 21:44:25 +01:00
родитель dac78460c2 ea5cfade55
Коммит fa9a7e26c9

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

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