1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-12-04 14:46:47 -05:00

Do not set title for the GNU Screen, because it beeps.

This commit is contained in:
witekfl 2012-01-05 19:49:22 +01:00
parent 416d7fac7d
commit 9c0d7dde79

View File

@ -413,7 +413,7 @@ set_window_title(unsigned char *title, int codepage)
#ifndef HAVE_SYS_CYGWIN_H
/* Check if we're in a xterm-like terminal. */
if (!is_xterm() && !is_gnuscreen()) return;
if (!is_xterm()) return;
#endif
if (!init_string(&filtered)) return;