1
1

Remove dead code for setting the titlebar.

Этот коммит содержится в:
Pavel Roskin 2002-12-27 23:23:34 +00:00
родитель a47c40eaac
Коммит f2fb0f85e2

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

@ -1590,9 +1590,6 @@ init_xterm_support (void)
if (use_mouse_p != MOUSE_DISABLED) {
use_mouse_p = MOUSE_XTERM;
}
#if 0 /* It works on xterm, but not on rxvt */
printf (ESC_STR "]0;GNU Midnight Commander\7");
#endif
}
}